INDClosedCaptionDataReceivedEventArgs.PresentationTimestamp Property

Definition

Gets the timestamp of the closed caption data.

public:
 property long long PresentationTimestamp { long long get(); };
long PresentationTimestamp();
/// [get: Windows.Foundation.Metadata.Deprecated("INDClosedCaptionDataReceivedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
long PresentationTimestamp();
public long PresentationTimestamp { get; }
public long PresentationTimestamp { [Windows.Foundation.Metadata.Deprecated("INDClosedCaptionDataReceivedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var int64 = iNDClosedCaptionDataReceivedEventArgs.presentationTimestamp;
Public ReadOnly Property PresentationTimestamp As Long

Property Value

Int64

long long

long

The timestamp of the closed caption data, in milliseconds.

Attributes

Applies to