共用方式為


ContentKeyPolicyPlayReadyPlayRight Class

Definition

Configures the Play Right in the PlayReady license.

public class ContentKeyPolicyPlayReadyPlayRight : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.ContentKeyPolicyPlayReadyPlayRight>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.ContentKeyPolicyPlayReadyPlayRight>
public class ContentKeyPolicyPlayReadyPlayRight
type ContentKeyPolicyPlayReadyPlayRight = class
    interface IJsonModel<ContentKeyPolicyPlayReadyPlayRight>
    interface IPersistableModel<ContentKeyPolicyPlayReadyPlayRight>
type ContentKeyPolicyPlayReadyPlayRight = class
Public Class ContentKeyPolicyPlayReadyPlayRight
Implements IJsonModel(Of ContentKeyPolicyPlayReadyPlayRight), IPersistableModel(Of ContentKeyPolicyPlayReadyPlayRight)
Public Class ContentKeyPolicyPlayReadyPlayRight
Inheritance
ContentKeyPolicyPlayReadyPlayRight
Implements

Constructors

ContentKeyPolicyPlayReadyPlayRight(Boolean, Boolean, Boolean, ContentKeyPolicyPlayReadyUnknownOutputPassingOption)

Initializes a new instance of ContentKeyPolicyPlayReadyPlayRight.

Properties

AgcAndColorStripeRestriction

Configures Automatic Gain Control (AGC) and Color Stripe in the license. Must be between 0 and 3 inclusive.

AllowPassingVideoContentToUnknownOutput

Configures Unknown output handling settings of the license.

AnalogVideoOutputProtectionLevel

Specifies the output protection level for compressed digital audio.

CompressedDigitalAudioOutputProtectionLevel

Specifies the output protection level for compressed digital audio.

CompressedDigitalVideoOutputProtectionLevel

Specifies the output protection level for compressed digital video.

ExplicitAnalogTelevisionOutputRestriction

Configures the Explicit Analog Television Output Restriction in the license. Configuration data must be between 0 and 3 inclusive.

FirstPlayExpiration

The amount of time that the license is valid after the license is first used to play content.

HasDigitalVideoOnlyContentRestriction

Enables the Image Constraint For Analog Component Video Restriction in the license.

HasImageConstraintForAnalogComponentVideoRestriction

Enables the Image Constraint For Analog Component Video Restriction in the license.

HasImageConstraintForAnalogComputerMonitorRestriction

Enables the Image Constraint For Analog Component Video Restriction in the license.

ScmsRestriction

Configures the Serial Copy Management System (SCMS) in the license. Must be between 0 and 3 inclusive.

UncompressedDigitalAudioOutputProtectionLevel

Specifies the output protection level for uncompressed digital audio.

UncompressedDigitalVideoOutputProtectionLevel

Specifies the output protection level for uncompressed digital video.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContentKeyPolicyPlayReadyPlayRight>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContentKeyPolicyPlayReadyPlayRight>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContentKeyPolicyPlayReadyPlayRight>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContentKeyPolicyPlayReadyPlayRight>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContentKeyPolicyPlayReadyPlayRight>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to