InterleaveOutput Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET