Captions

Captions class

Represents the WebVTT closed captions.

public class Captions : ICaptions

Properties

NameDescription
BinaryData { get; }Returns the binary data of the closed captions. Read-only Byte[].
CaptionId { get; }Returns the globally unique identifier (GUID) of the closed captions. Read-only Guid.
DataAsString { get; }Returns the closed captions data as UTF-8 encoded string Read-only String.
Label { get; set; }Returns or sets the label of the closed captions. Read/write String.

See Also