| 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.
|
public final java.util.UUID getCaptionId()
Returns the globally unique identifier (GUID) of the closed captions.
Read-only UUID.
getCaptionId in interface ICaptionspublic final java.lang.String getLabel()
Returns or sets the label of the closed captions.
Read/write String.
public final void setLabel(java.lang.String value)
Returns or sets the label of the closed captions.
Read/write String.
public final byte[] getBinaryData()
Returns the binary data of the closed captions.
Read-only byte[].
getBinaryData in interface ICaptionspublic final java.lang.String getDataAsString()
Returns the closed captions data as UTF-8 encoded string
Read-only String.
getDataAsString in interface ICaptionsCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.