MediaOutputFile 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.
Represents an output file produced.
public class MediaOutputFile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.MediaOutputFile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.MediaOutputFile>
type MediaOutputFile = class
interface IJsonModel<MediaOutputFile>
interface IPersistableModel<MediaOutputFile>
Public Class MediaOutputFile
Implements IJsonModel(Of MediaOutputFile), IPersistableModel(Of MediaOutputFile)
- Inheritance
-
System.ObjectMediaOutputFile
- Implements
-
System.ClientModel.Primitives.IJsonModel<MediaOutputFile> System.ClientModel.Primitives.IPersistableModel<MediaOutputFile> System.ClientModel.Primitives.IPersistableModel<T>
Constructors
| MediaOutputFile(IEnumerable<String>) |
Initializes a new instance of MediaOutputFile. |
Properties
| Labels |
The list of labels that describe how the encoder should multiplex video and audio into an output file. For example, if the encoder is producing two video layers with labels v1 and v2, and one audio layer with label a1, then an array like '[v1, a1]' tells the encoder to produce an output file with the video track represented by v1 and the audio track represented by a1. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<MediaOutputFile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<MediaOutputFile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided System.Text.Json.Utf8JsonWriter. |
| IPersistableModel<MediaOutputFile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided System.BinaryData into a model. |
| IPersistableModel<MediaOutputFile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<MediaOutputFile>.Write(ModelReaderWriterOptions) |
Writes the model into a System.BinaryData. |