TrackAttribute 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 TrackAttribute.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.TrackAttributeConverter))]
public struct TrackAttribute : IEquatable<Microsoft.Azure.Management.Media.Models.TrackAttribute>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.TrackAttributeConverter))>]
type TrackAttribute = struct
Public Structure TrackAttribute
Implements IEquatable(Of TrackAttribute)
- Héritage
-
TrackAttribute
- Attributs
-
Newtonsoft.Json.JsonConverterAttribute
- Implémente
Champs
Bitrate |
Débit binaire de la piste. |
Language |
Langue de la piste. |
Méthodes
Equals(Object) |
Remplace l’opérateur Equals pour TrackAttribute |
Equals(TrackAttribute) |
Compare les énumérations de type TrackAttribute |
GetHashCode() |
Retourne pour hachage TrackAttribute |
ToString() |
Retourne une représentation sous forme de chaîne pour TrackAttribute |
Opérateurs
Equality(TrackAttribute, TrackAttribute) |
Substitution de l’opérateur == pour l’énumération TrackAttribute |
Implicit(String to TrackAttribute) |
Opérateur implicite pour convertir une chaîne en TrackAttribute |
Implicit(TrackAttribute to String) |
Opérateur implicite pour convertir TrackAttribute en chaîne |
Inequality(TrackAttribute, TrackAttribute) |
Substitution de l’opérateur != pour l’énumération TrackAttribute |
S’applique à
Azure SDK for .NET