java.lang.Object | ||||
↳ | com.pspdfkit.annotations.Annotation | |||
↳ | com.pspdfkit.annotations.LinkAnnotation | |||
↳ | com.pspdfkit.annotations.AssetAnnotation | |||
↳ | com.pspdfkit.annotations.MediaAnnotation |
![]() |
Abstract annotation class holding a media file asset. Holds shared code between ScreenAnnotation
and RichMediaAnnotation
.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnumSet<MediaOptions> |
getMediaOptions()
Media options flags set.
| ||||||||||
MediaWindowType |
getWindowMediaType()
Returns type of the window to be used when playing this media content.
| ||||||||||
void |
setMediaOptions(EnumSet<MediaOptions> mediaOptions)
Sets media options for this media annotation.
| ||||||||||
void |
setWindowMediaType(MediaWindowType mediaWindowType)
Sets type of the window to be used when playing this media content.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Media options flags set. Changing returned EnumSet
does not change media options
flags. Instead call setMediaOptions(EnumSet)
to change annotation flags.
Returns type of the window to be used when playing this media content.
Sets media options for this media annotation.
mediaOptions | Media options flags to be set on the annotation. |
---|
Sets type of the window to be used when playing this media content.
mediaWindowType | Type of the media window to be used. |
---|