INDClosedCaptionDataReceivedEventArgs.PresentationTimestamp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The timestamp of the closed caption data, in milliseconds.
- Attributes