BASS

BASS_ATTRIB_NET_RESUME attribute


The download buffer level required to resume stalled playback.

BASS_ChannelSetAttribute(
    DWORD handle,
    BASS_ATTRIB_NET_RESUME,
    float resume
);

Parameters

handleThe channel handle.
resumeThe resumption level in percent... 0 - 100.

Remarks

This attribute determines what percentage of the download buffer (BASS_CONFIG_NET_BUFFER) needs to be filled before playback of a stalled internet stream will resume. It also applies to "buffered" user file streams created with BASS_StreamCreateFileUser.

The default is 50%.

See also

BASS_ChannelGetAttribute, BASS_ChannelSetAttribute, BASS_CONFIG_NET_BUFFER