PlayReadyContentResolver Class

Definition

Receives multiple service request objects that are necessary to enable the playback ability for a given content header.

public ref class PlayReadyContentResolver abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class PlayReadyContentResolver final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public static class PlayReadyContentResolver
Public Class PlayReadyContentResolver
Inheritance
Object Platform::Object IInspectable PlayReadyContentResolver
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

There are multiple operations that may need to be performed before playback can occur for a given content header. For example, individualization, domain join, and license acquisition may all be required (and multiple attempts of each could occur). If licenses are already present, the content resolver will try to enable the first license that is found rather than making a deterministic choice or allowing the app to choose.

Methods

ServiceRequest(PlayReadyContentHeader)

Proactively initiates the service request chain for a given content header.

Applies to