public interface ICaptions
Represents the WebVTT closed captions.
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBinaryData()
Returns the binary data of the closed captions.
|
java.util.UUID |
getCaptionId()
Returns the globally unique identifier (GUID) of the closed captions.
|
java.lang.String |
getDataAsString()
Returns the closed captions data as UTF-8 encoded string
Read-only
String. |
java.lang.String |
getLabel()
Returns or sets the label of the closed captions.
|
void |
setLabel(java.lang.String value)
Returns or sets the label of the closed captions.
|
java.util.UUID getCaptionId()
Returns the globally unique identifier (GUID) of the closed captions.
Read-only UUID.
java.lang.String getLabel()
Returns or sets the label of the closed captions.
Read/write String.
void setLabel(java.lang.String value)
Returns or sets the label of the closed captions.
Read/write String.
byte[] getBinaryData()
Returns the binary data of the closed captions. Read-only byte[].
java.lang.String getDataAsString()
Returns the closed captions data as UTF-8 encoded string
Read-only String.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.