XmpAudioSampleType

XmpAudioSampleType class

Représente le type d’échantillon audio dansXmpDynamicMediaPackage .

public sealed class XmpAudioSampleType : XmpClosedChoice<string>

Propriétés

Nom La description
static Compressed { get; } Obtient un échantillon audio compressé.
static Other { get; } Obtient Autre échantillon audio.
static Packed { get; } Obtient un échantillon audio emballé.
static Sample16Int { get; } Obtient un échantillon audio 16Int.
static Sample24Int { get; } Obtient un échantillon audio 24Int.
static Sample32Float { get; } Obtient un échantillon audio 32Float.
static Sample32Int { get; } Obtient un échantillon audio 32Int.
static Sample8Int { get; } Obtient un échantillon audio 8Int.

Méthodes

Nom La description
override Equals(object)
Equals(XmpClosedChoice<string>)
override GetHashCode()
override ToString()

Voir également