Captions
Captions class
Represents the WebVTT closed captions.
getBinaryData
Name | Description |
---|---|
getBinaryData () | Returns the binary data of the closed captions. Read-only byte[]. |
Returns: byte
getCaptionId
Name | Description |
---|---|
getCaptionId () | Returns the globally unique identifier (GUID) of the closed captions. Read-only java.util.UUID. |
Returns: UUID
getDataAsString
Name | Description |
---|---|
getDataAsString () | Returns the closed captions data as UTF-8 string Read-only String. |
Returns: String
getLabel
Name | Description |
---|---|
getLabel () | Returns or sets the label of the closed captions. Read/write String. |
Returns: String
setLabel
Name | Description |
---|---|
setLabel (String) | Returns or sets the label of the closed captions. Read/write String. |
Returns: void