Captions

Captions class

表示 WebVTT 关闭字幕。

public class Captions : ICaptions

Properties

名称描述
BinaryData { get; }返回关闭字幕的二进制数据。只读 Byte[].
CaptionId { get; }返回关闭字幕的全局唯一标识符 (GUID)。只读 Guid.
DataAsString { get; }返回关闭字幕数据作为 UTF-8 编码的字符串。只读 String.
Label { get; set; }返回或设置关闭字幕的标签。读写 String.

参考