BASS.NET API for the Un4seen BASS Audio Library

BASSEncodeCount Enumeration

BASS.NET API for the Un4seen BASS Audio Library
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

public enum BASSEncodeCount
Members

  Member nameValueDescription
BASS_ENCODE_COUNT_IN0 Get the bytes sent to the encoder.
BASS_ENCODE_COUNT_OUT1 Get the bytes received from the encoder.
BASS_ENCODE_COUNT_CAST2 Get the bytes sent to the cast server.
BASS_ENCODE_COUNT_QUEUE3 Data currently in the queue, waiting to be sent to the encoder (if async encoding is enabled).
BASS_ENCODE_COUNT_QUEUE_LIMIT4 The queue's size limit (if async encoding is enabled).
BASS_ENCODE_COUNT_QUEUE_FAIL5 Data not queued due to the queue being full or out of memory (if async encoding is enabled).
BASS_ENCODE_COUNT_IN_FP6 Data sent to the encoder before any floating-point conversion.
See Also

Reference