Partager via


AacAudioProfileConverter Classe

Définition

Définit des valeurs pour AacAudioProfile.

public sealed class AacAudioProfileConverter : Newtonsoft.Json.JsonConverter
type AacAudioProfileConverter = class
    inherit JsonConverter
Public NotInheritable Class AacAudioProfileConverter
Inherits JsonConverter
Héritage
Newtonsoft.Json.JsonConverter
AacAudioProfileConverter

Constructeurs

AacAudioProfileConverter()

Définit des valeurs pour AacAudioProfile.

Méthodes

CanConvert(Type)

Retourne si objectType peut être converti en AacAudioProfile par le convertisseur.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Remplace ReadJson et convertit le jeton en AacAudioProfile.

WriteJson(JsonWriter, Object, JsonSerializer)

Remplacement de WriteJson pour AacAudioProfile pour la sérialisation.

S’applique à