Package com.pspdfkit.annotations
Class RichMediaAnnotation
-
- All Implemented Interfaces:
public class RichMediaAnnotation extends MediaAnnotation
RichMedia annotations are defined in the ISO32000 Adobe Supplement and are the modern way of embedding video content. PSPDFKit also supports the matching action to control video state.
-
-
Constructor Summary
Constructors Constructor Description RichMediaAnnotation(AnnotationPropertyManager properties, boolean markDirty, String resourceId)
-
Method Summary
Modifier and Type Method Description AnnotationType
getType()
Gets the annotation type of the annotation. -
-
Constructor Detail
-
RichMediaAnnotation
RichMediaAnnotation(AnnotationPropertyManager properties, boolean markDirty, String resourceId)
-
-
Method Detail
-
getType
@NonNull() AnnotationType getType()
Gets the annotation type of the annotation.
- Returns:
The type of the annotation. Makes down casting easier.
-
-
-
-