ContentKeyPolicyPlayReadyPlayRight Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ContentKeyPolicyPlayReadyPlayRight() |
Initializes a new instance of the ContentKeyPolicyPlayReadyPlayRight class. |
ContentKeyPolicyPlayReadyPlayRight(Boolean, Boolean, Boolean, ContentKeyPolicyPlayReadyUnknownOutputPassingOption, Nullable<TimeSpan>, Nullable<Int32>, Nullable<Int32>, ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the ContentKeyPolicyPlayReadyPlayRight class. |
ContentKeyPolicyPlayReadyPlayRight()
Initializes a new instance of the ContentKeyPolicyPlayReadyPlayRight class.
public ContentKeyPolicyPlayReadyPlayRight ();
Public Sub New ()
Applies to
ContentKeyPolicyPlayReadyPlayRight(Boolean, Boolean, Boolean, ContentKeyPolicyPlayReadyUnknownOutputPassingOption, Nullable<TimeSpan>, Nullable<Int32>, Nullable<Int32>, ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the ContentKeyPolicyPlayReadyPlayRight class.
public ContentKeyPolicyPlayReadyPlayRight (bool digitalVideoOnlyContentRestriction, bool imageConstraintForAnalogComponentVideoRestriction, bool imageConstraintForAnalogComputerMonitorRestriction, Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyUnknownOutputPassingOption allowPassingVideoContentToUnknownOutput, TimeSpan? firstPlayExpiration = default, int? scmsRestriction = default, int? agcAndColorStripeRestriction = default, Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction explicitAnalogTelevisionOutputRestriction = default, int? uncompressedDigitalVideoOpl = default, int? compressedDigitalVideoOpl = default, int? analogVideoOpl = default, int? compressedDigitalAudioOpl = default, int? uncompressedDigitalAudioOpl = default);
new Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyPlayRight : bool * bool * bool * Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyUnknownOutputPassingOption * Nullable<TimeSpan> * Nullable<int> * Nullable<int> * Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyPlayRight
Public Sub New (digitalVideoOnlyContentRestriction As Boolean, imageConstraintForAnalogComponentVideoRestriction As Boolean, imageConstraintForAnalogComputerMonitorRestriction As Boolean, allowPassingVideoContentToUnknownOutput As ContentKeyPolicyPlayReadyUnknownOutputPassingOption, Optional firstPlayExpiration As Nullable(Of TimeSpan) = Nothing, Optional scmsRestriction As Nullable(Of Integer) = Nothing, Optional agcAndColorStripeRestriction As Nullable(Of Integer) = Nothing, Optional explicitAnalogTelevisionOutputRestriction As ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction = Nothing, Optional uncompressedDigitalVideoOpl As Nullable(Of Integer) = Nothing, Optional compressedDigitalVideoOpl As Nullable(Of Integer) = Nothing, Optional analogVideoOpl As Nullable(Of Integer) = Nothing, Optional compressedDigitalAudioOpl As Nullable(Of Integer) = Nothing, Optional uncompressedDigitalAudioOpl As Nullable(Of Integer) = Nothing)
Parameters
- digitalVideoOnlyContentRestriction
- Boolean
Enables the Image Constraint For Analog Component Video Restriction in the license.
- imageConstraintForAnalogComponentVideoRestriction
- Boolean
Enables the Image Constraint For Analog Component Video Restriction in the license.
- imageConstraintForAnalogComputerMonitorRestriction
- Boolean
Enables the Image Constraint For Analog Component Video Restriction in the license.
- allowPassingVideoContentToUnknownOutput
- ContentKeyPolicyPlayReadyUnknownOutputPassingOption
Configures Unknown output handling settings of the license. Possible values include: 'Unknown', 'NotAllowed', 'Allowed', 'AllowedWithVideoConstriction'
The amount of time that the license is valid after the license is first used to play content.
Configures the Serial Copy Management System (SCMS) in the license. Must be between 0 and 3 inclusive.
Configures Automatic Gain Control (AGC) and Color Stripe in the license. Must be between 0 and 3 inclusive.
- explicitAnalogTelevisionOutputRestriction
- ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction
Configures the Explicit Analog Television Output Restriction in the license. Configuration data must be between 0 and 3 inclusive.
Specifies the output protection level for uncompressed digital video.
Specifies the output protection level for compressed digital video.
Specifies the output protection level for compressed digital audio.
Specifies the output protection level for uncompressed digital audio.