次の方法で共有


MediaStreamSample.Protection プロパティ

定義

MediaStreamSampleProtectionProperties オブジェクトを取得します。これは、MediaStreamSample の Digital Rights Management (DRM) 保護に固有のプロパティを取得および設定するために使用されます。

public:
 property MediaStreamSampleProtectionProperties ^ Protection { MediaStreamSampleProtectionProperties ^ get(); };
MediaStreamSampleProtectionProperties Protection();
public MediaStreamSampleProtectionProperties Protection { get; }
var mediaStreamSampleProtectionProperties = mediaStreamSample.protection;
Public ReadOnly Property Protection As MediaStreamSampleProtectionProperties

プロパティ値

MediaStreamSample の Digital Rights Management (DRM) 保護に固有のプロパティのコレクション。

適用対象