IMediaProtectionServiceRequest
IMediaProtectionServiceRequest
IMediaProtectionServiceRequest
IMediaProtectionServiceRequest
Interface
Definition
Allows a content enabler object to be exposed directly to an application rather than through a wrapper supplied by the ContentEnabler object.
public : interface IMediaProtectionServiceRequestpublic interface IMediaProtectionServiceRequestPublic Interface IMediaProtectionServiceRequest// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
ProtectionSystem ProtectionSystem ProtectionSystem ProtectionSystem
Allows the application to identify the content protection system being used and therefore how to interpret the protection task.
public : PlatForm::Guid ProtectionSystem { get; }public Guid ProtectionSystem { get; }Public ReadOnly Property ProtectionSystem As Guid// You can use this property in JavaScript.
- Value
- PlatForm::Guid Guid Guid Guid
The vendor content protection system ID.
Type Type Type Type
Retrieves the GUID for the type of operation that the IMediaProtectionServiceRequest performs.
public : PlatForm::Guid Type { get; }public Guid Type { get; }Public ReadOnly Property Type As Guid// You can use this property in JavaScript.
- Value
- PlatForm::Guid Guid Guid Guid
The GUID to retrieve.
Remarks
The possible values of Type depend on the content protection system used for the content. This can be determined by context or by inspecting the ProtectionSystem property.