INDClosedCaptionDataReceivedEventArgs.ClosedCaptionDataFormat 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 format of the closed caption data.
public:
property NDClosedCaptionFormat ClosedCaptionDataFormat { NDClosedCaptionFormat get(); };
NDClosedCaptionFormat ClosedCaptionDataFormat();
/// [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")]
NDClosedCaptionFormat ClosedCaptionDataFormat();
public NDClosedCaptionFormat ClosedCaptionDataFormat { get; }
public NDClosedCaptionFormat ClosedCaptionDataFormat { [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 nDClosedCaptionFormat = iNDClosedCaptionDataReceivedEventArgs.closedCaptionDataFormat;
Public ReadOnly Property ClosedCaptionDataFormat As NDClosedCaptionFormat
Property Value
The closed caption data format. This value can be ATSC, SCTE20, or Unknown.
- Attributes