MediaStreamSample.Protection 属性

定义

获取 MediaStreamSampleProtectionProperties 对象,该对象用于获取和设置特定于数字版权管理 (DRM) MediaStreamSample 保护的属性。

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

属性值

特定于数字版权管理 (DRM) MediaStreamSample 保护的属性集合。

适用于