INDClosedCaptionDataReceivedEventArgs
INDClosedCaptionDataReceivedEventArgs
INDClosedCaptionDataReceivedEventArgs
INDClosedCaptionDataReceivedEventArgs
Interface
Definition
Specifies arguments for a PlayReady-ND ClosedCaptionDataReceived event.
public : interface INDClosedCaptionDataReceivedEventArgspublic interface INDClosedCaptionDataReceivedEventArgsPublic Interface INDClosedCaptionDataReceivedEventArgs// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
ClosedCaptionData ClosedCaptionData ClosedCaptionData ClosedCaptionData
Gets the closed caption data.
public : byte[] ClosedCaptionData { get; }public byte[] ClosedCaptionData { get; }Public ReadOnly Property ClosedCaptionData As byte[]// You can use this property in JavaScript.
- Value
- byte[] byte[] byte[] byte[]
The closed caption data.
ClosedCaptionDataFormat ClosedCaptionDataFormat ClosedCaptionDataFormat ClosedCaptionDataFormat
Gets the format of the closed caption data.
public : NDClosedCaptionFormat ClosedCaptionDataFormat { get; }public NDClosedCaptionFormat ClosedCaptionDataFormat { get; }Public ReadOnly Property ClosedCaptionDataFormat As NDClosedCaptionFormat// You can use this property in JavaScript.
The closed caption data format. This value can be ATSC, SCTE20, or Unknown.
PresentationTimestamp PresentationTimestamp PresentationTimestamp PresentationTimestamp
Gets the timestamp of the closed caption data.
public : long PresentationTimestamp { get; }public long PresentationTimestamp { get; }Public ReadOnly Property PresentationTimestamp As long// You can use this property in JavaScript.
- Value
- long long long long
The timestamp of the closed caption data, in milliseconds.