BASS_ATTRIB_WEBM_TRACK attribute
The active track number.
BASS_ChannelGetAttribute(
HSTREAM handle,
BASS_ATTRIB_WEBM_TRACK,
float *track
);
Parameters
handle | The WebM stream handle.
|
track | The track number... 1 = first.
|
Remarks
It is not possible to change an existing stream's track number, so this attribute is read-only and cannot be modified via BASS_ChannelSetAttribute. Changing track requires a new stream to be created.
See also
BASS_ATTRIB_WEBM_TRACKS
BASS_ChannelGetAttribute