Partager via


InterleaveOutput Structure

Définition

Définit des valeurs pour InterleaveOutput.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.InterleaveOutputConverter))]
public struct InterleaveOutput : IEquatable<Microsoft.Azure.Management.Media.Models.InterleaveOutput>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.InterleaveOutputConverter))>]
type InterleaveOutput = struct
Public Structure InterleaveOutput
Implements IEquatable(Of InterleaveOutput)
Héritage
InterleaveOutput
Attributs
Newtonsoft.Json.JsonConverterAttribute
Implémente

Champs

InterleavedOutput

La sortie inclut à la fois l’audio et la vidéo.

NonInterleavedOutput

La sortie est vidéo uniquement ou audio.

Méthodes

Equals(InterleaveOutput)

Compare les énumérations de type InterleaveOutput

Equals(Object)

Remplace l’opérateur Equals pour InterleaveOutput

GetHashCode()

Retourne pour hashCode InterleaveOutput

ToString()

Renvoie une représentation sous forme de chaîne pour InterleaveOutput

Opérateurs

Equality(InterleaveOutput, InterleaveOutput)

Substitution de l’opérateur == pour l’énumération InterleaveOutput

Implicit(InterleaveOutput to String)

Opérateur implicite pour convertir InterleaveOutput en chaîne

Implicit(String to InterleaveOutput)

Opérateur implicite pour convertir une chaîne en InterleaveOutput

Inequality(InterleaveOutput, InterleaveOutput)

Substitution de l’opérateur != pour l’énumération InterleaveOutput

S’applique à