StreamingPolicyPlayReadyConfiguration Class
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.
Class to specify configurations of PlayReady in Streaming Policy.
public class StreamingPolicyPlayReadyConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.StreamingPolicyPlayReadyConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.StreamingPolicyPlayReadyConfiguration>
public class StreamingPolicyPlayReadyConfiguration
type StreamingPolicyPlayReadyConfiguration = class
interface IJsonModel<StreamingPolicyPlayReadyConfiguration>
interface IPersistableModel<StreamingPolicyPlayReadyConfiguration>
type StreamingPolicyPlayReadyConfiguration = class
Public Class StreamingPolicyPlayReadyConfiguration
Implements IJsonModel(Of StreamingPolicyPlayReadyConfiguration), IPersistableModel(Of StreamingPolicyPlayReadyConfiguration)
Public Class StreamingPolicyPlayReadyConfiguration
- Inheritance
-
StreamingPolicyPlayReadyConfiguration
- Implements
Constructors
StreamingPolicyPlayReadyConfiguration() |
Initializes a new instance of StreamingPolicyPlayReadyConfiguration. |
Properties
CustomLicenseAcquisitionUriTemplate |
Template for the URL of the custom service delivering licenses to end user players. Not required when using Azure Media Services for issuing licenses. The template supports replaceable tokens that the service will update at runtime with the value specific to the request. The currently supported token values are {AlternativeMediaId}, which is replaced with the value of StreamingLocatorId.AlternativeMediaId, and {ContentKeyId}, which is replaced with the value of identifier of the key being requested. |
PlayReadyCustomAttributes |
Custom attributes for PlayReady. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<StreamingPolicyPlayReadyConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StreamingPolicyPlayReadyConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StreamingPolicyPlayReadyConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StreamingPolicyPlayReadyConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StreamingPolicyPlayReadyConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET