WavPackageAudioFormat Property |
Gets the audio format.
PCM = 1 (i.e. Linear quantization). Values other than 1 indicate some form of compression.
Namespace: GroupDocs.Metadata.Formats.AudioAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic int AudioFormat { get; }
Public ReadOnly Property AudioFormat As Integer
Get
public:
property int AudioFormat {
int get ();
}
member AudioFormat : int with get
Property Value
Type:
Int32
The audio format.
See Also