MediaStreamSample.Protection Property

Definition

Gets a MediaStreamSampleProtectionProperties object, which is used for getting and setting properties that are specific to the Digital Rights Management (DRM) protection of the MediaStreamSample.

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

Property Value

A collection of properties that are specific to the Digital Rights Management (DRM) protection of the MediaStreamSample.

Applies to