INDClosedCaptionDataReceivedEventArgs.ClosedCaptionData Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les données légende fermées.
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()
Valeur de propriété
Byte[]
byte[]
Données légende fermées.
- Attributs