To be used with BASS_Encode_GetCount(Int32, BASSEncodeCount) to define the type of count you want to get.
Namespace: Un4seen.Bass.AddOn.Enc
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
BASS_ENCODE_COUNT_IN | 0 | Get the bytes sent to the encoder. | |
BASS_ENCODE_COUNT_OUT | 1 | Get the bytes received from the encoder. | |
BASS_ENCODE_COUNT_CAST | 2 | Get the bytes sent to the cast server. | |
BASS_ENCODE_COUNT_QUEUE | 3 | Data currently in the queue, waiting to be sent to the encoder (if async encoding is enabled). | |
BASS_ENCODE_COUNT_QUEUE_LIMIT | 4 | The queue's size limit (if async encoding is enabled). | |
BASS_ENCODE_COUNT_QUEUE_FAIL | 5 | Data not queued due to the queue being full or out of memory (if async encoding is enabled). | |
BASS_ENCODE_COUNT_IN_FP | 6 | Data sent to the encoder before any floating-point conversion. |
See Also