Class AudioSampleType
Class AudioSampleType
Namn på plats: Aspose.Imaging.Xmp.Schemas.XmpDm Församling: Aspose.Imaging.dll (25.4.0)
Representerar ljudprovstyp i Aspose.Imaging.Xmp.Schemas.XmpDm.XmpDynamicMediaPackage.
public sealed class AudioSampleType
Inheritance
Arvsmedlemmar
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Compressed
Representerar komprimerad ljudmönster.
public static AudioSampleType Compressed { get; }
Fastighetsvärde
Packed
Representerar förpackad ljudmönster.
public static AudioSampleType Packed { get; }
Fastighetsvärde
Sample16Int
Representerar 16Int ljudprov.
public static AudioSampleType Sample16Int { get; }
Fastighetsvärde
Sample24Int
Det finns 24Int ljudmönster.
public static AudioSampleType Sample24Int { get; }
Fastighetsvärde
Sample32Float
Representerar 32Float ljudprov.
public static AudioSampleType Sample32Float { get; }
Fastighetsvärde
Sample32Int
Representerar 32Int ljudprov.
public static AudioSampleType Sample32Int { get; }
Fastighetsvärde
Sample8Int
Representerar 8Int ljudprov.
public static AudioSampleType Sample8Int { get; }
Fastighetsvärde
Methods
ToString()
Returnerar en System.String som representerar denna instans.
public override string ToString()
Returns
Ett System.String som representerar denna instans.