AudioSampleType Class

Represents Audio sample type in XmpDynamicMediaPackage.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.Xmp.Schemas.XmpDmAudioSampleType

Namespace:  Aspose.CAD.Xmp.Schemas.XmpDm
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public sealed class AudioSampleType

The AudioSampleType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCompressed
Represents Compressed audio sample.
Public propertyStatic memberPacked
Represents Packed audio sample.
Public propertyStatic memberSample16Int
Represents 16Int audio sample.
Public propertyStatic memberSample24Int
Represents 24Int audio sample.
Public propertyStatic memberSample32Float
Represents 32Float audio sample.
Public propertyStatic memberSample32Int
Represents 32Int audio sample.
Public propertyStatic memberSample8Int
Represents 8Int audio sample.
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
See Also