PlayReadyStatics.MediaProtectionSystemId Property

Definition

Gets the PlayReady media protection system identifier.

public:
 static property Platform::Guid MediaProtectionSystemId { Platform::Guid get(); };
static winrt::guid MediaProtectionSystemId();
public static Guid MediaProtectionSystemId { get; }
var guid = PlayReadyStatics.mediaProtectionSystemId;
Public Shared ReadOnly Property MediaProtectionSystemId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The PlayReady media protection system identifier. This property value is sensitive to the underlying platform's endianness. Carefully test your app on all platforms you intend to support to ensure that correct endianness is used on each platform.

Remarks

This type can be compared to IMediaProtectionServiceRequest.ProtectionSystem.

Applies to