Sound Annotation
constructor(@IntRange(from = 0 ) pageIndex: Int, @NonNull boundingBox: RectF, @NonNull audioSource: EmbeddedAudioSource)
Creates a new sound annotation.
Parameters
page Index
Page to which this annotation will be attached to.
bounding Box
Annotation's bounding box on the page in PDF coordinates.
audio Source
Source of audio data that should be attached to the annotation.
Creates a new sound annotation.
Parameters
page Index
Page to which this annotation will be attached to.
bounding Box
Annotation's bounding box on the page in PDF coordinates.
constructor(@NonNull properties: AnnotationPropertyManager, markDirty: Boolean, @Nullable resourceId: String)
constructor(@NonNull propertyMap: AnnotationPropertyManager, markDirty: Boolean, @Nullable soundData: EmbeddedAudioSource)
Intended for internal usage only