InterleaveOutput Struct
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.
Sets the interleave mode of the output to control how audio and video are stored in the container format. Example: set InterleavedOutput as NonInterleavedOutput to produce audio-only and video-only outputs in separate MP4 files.
public readonly struct InterleaveOutput : IEquatable<Azure.ResourceManager.Media.Models.InterleaveOutput>
type InterleaveOutput = struct
Public Structure InterleaveOutput
Implements IEquatable(Of InterleaveOutput)
- Inheritance
-
InterleaveOutput
- Implements
Constructors
InterleaveOutput(String) |
Initializes a new instance of InterleaveOutput. |
Properties
InterleavedOutput |
The output includes both audio and video. |
NonInterleavedOutput |
The output is video-only or audio-only. |
Methods
Equals(InterleaveOutput) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(InterleaveOutput, InterleaveOutput) |
Determines if two InterleaveOutput values are the same. |
Implicit(String to InterleaveOutput) |
Converts a string to a InterleaveOutput. |
Inequality(InterleaveOutput, InterleaveOutput) |
Determines if two InterleaveOutput values are not the same. |
Applies to
Azure SDK for .NET