Captions class

Captions class

Represents the WebVTT closed captions.

The Captions type exposes the following members:

Properties

PropertyDescription
caption_idReturns the globally unique identifier (GUID) of the closed captions.
Read-only System.Guid.
labelReturns or sets the label of the closed captions.
Read/write str.
binary_dataReturns the binary data of the closed captions.
Read-only int[].
data_as_stringReturns the closed captions data as UTF-8 encoded string
Read-only str.

See Also