Share via


INDClosedCaptionDataReceivedEventArgs.ClosedCaptionData Property

Definition

Gets the closed caption data.

public:
 property Platform::Array <byte> ^ ClosedCaptionData { Platform::Array <byte> ^ get(); };
winrt::array_view <byte> ClosedCaptionData();
/// [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")]
winrt::array_view <byte> ClosedCaptionData();
public byte[] ClosedCaptionData { get; }
public byte[] ClosedCaptionData { [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 byte[] = iNDClosedCaptionDataReceivedEventArgs.closedCaptionData;
Public ReadOnly Property ClosedCaptionData As Byte()

Property Value

Byte[]

byte[]

The closed caption data.

Attributes

Applies to