WMA encoding callback flags for use with WMENCODEPROC.
Namespace: Un4seen.Bass.AddOn.Wma
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| BASS_WMA_ENCODE_HEAD | 0 | The data in the buffer is the header. | |
| BASS_WMA_ENCODE_DATA | 1 | The data in the buffer is encoded sample data. | |
| BASS_WMA_ENCODE_DONE | 2 | The encoding has finished... buffer and length will both be Zero resp. 0. |
See Also