IPlayReadyLicenseAcquisitionServiceRequest
IPlayReadyLicenseAcquisitionServiceRequest
IPlayReadyLicenseAcquisitionServiceRequest
IPlayReadyLicenseAcquisitionServiceRequest
Interface
Definition
Performs a license acquisition process.
public : interface IPlayReadyLicenseAcquisitionServiceRequestpublic interface IPlayReadyLicenseAcquisitionServiceRequestPublic Interface IPlayReadyLicenseAcquisitionServiceRequest// You can use this interface in JavaScript.
- Inheritance
-
IMediaProtectionServiceRequestIMediaProtectionServiceRequestIMediaProtectionServiceRequestIMediaProtectionServiceRequestIPlayReadyLicenseAcquisitionServiceRequestIPlayReadyLicenseAcquisitionServiceRequestIPlayReadyLicenseAcquisitionServiceRequestIPlayReadyLicenseAcquisitionServiceRequest
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited methods
Inherited properties
Remarks
The license can be created proactively, returned from a previous service request operation, or delivered to the app using the MediaProtectionManager.ServiceRequested event.
Properties
ContentHeader ContentHeader ContentHeader ContentHeader
Gets the current content header property.
public : PlayReadyContentHeader ContentHeader { get; set; }public PlayReadyContentHeader ContentHeader { get; set; }Public ReadWrite Property ContentHeader As PlayReadyContentHeader// You can use this property in JavaScript.
The current content header property.
DomainServiceId DomainServiceId DomainServiceId DomainServiceId
Gets the current domain service identifier property that overrides a service identifier in the content header.
public : PlatForm::Guid DomainServiceId { get; set; }public Guid DomainServiceId { get; set; }Public ReadWrite Property DomainServiceId As Guid// You can use this property in JavaScript.
- Value
- PlatForm::Guid Guid Guid Guid
The current service identifier property.
Remarks
This property 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.