java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.annotations.MediaWindowType |
The type of the window to display the media in.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MediaWindowType | FLOATING | Display video in a floating window (not supported). | |||||||||
MediaWindowType | FULLSCREEN | Display media in a full screen presentation (not supported). | |||||||||
MediaWindowType | HIDDEN | Media window is hidden (only sound is played). | |||||||||
MediaWindowType | USE_ANNOTATION_RECTANGLE | Window is displayed in the bounding box specified by the calling annotation. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static MediaWindowType | valueOf(String name) | ||||||||||
final static MediaWindowType[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Display media in a full screen presentation (not supported).
Window is displayed in the bounding box specified by the calling annotation.