INDClosedCaptionDataReceivedEventArgs.ClosedCaptionData 속성

정의

닫힌 캡션 데이터를 가져옵니다.

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()

속성 값

Byte[]

byte[]

닫힌 캡션 데이터입니다.

특성

적용 대상