The average bitrate of a file stream.
BASS_ChannelGetAttribute(
HSTREAM handle,
BASS_ATTRIB_BITRATE,
float *bitrate
);
| handle | The stream handle. |
| bitrate | The bitrate in kilobits per second (kbps). |
This attribute is read-only, so cannot be modified via BASS_ChannelSetAttribute.