![]() |
![]() ![]() ![]() |
signed char F_API FSOUND_Stream_Net_GetBufferProperties(
int *buffersize,
int *prebuffer_percent,
int *rebuffer_percent
);
buffersize | Pointer to size in bytes of the streaming buffer. |
prebuffer_percent | Pointer to how much to prebuffer when a stream is first opened. Values are expressed as a percentage from 1 to 99. |
rebuffer_percent | Pointer to how much to rebuffer after a stream has suffered a buffer underrun. Values are expressed as a percentage from 1 to 99. |