Contains information about the audio properties
Name | Type | Description |
---|---|---|
nBitsPerSample | integer | Bits per sample, for example, 16 Note: only 16, 20, 24, 32 bits are supported (20, 24 bits are stored into 3 bytes), for float 32, use -32 bits value |
nChannels | integer | Audio channels:
|
nSamplesPerSec | integer | Samples per seconds, for example, 48000 |
nTrackSplitBits | integer | Bits of track splitting. 0 by default, 1 means end of a track. |