INDClosedCaptionDataReceivedEventArgs.ClosedCaptionDataFormat Property

Definition

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

Applies to