The maximum amount of data that a push stream can have queued.
BASS_ChannelSetAttribute(
DWORD handle,
BASS_ATTRIB_PUSH_LIMIT,
float limit
);
| handle | The push stream handle. |
| limit | The maximum amount of data in bytes... 0 = no limit. This attribute is an integer (floating-point values will be truncated). |
The limit can be changed at any time. If the new limit is lower than what the stream currently holds then the stream will be allowed to stay above the limit but no more data will be accepted until the excess is used.