BASS_ATTRIB_WEBM_TRACKS attribute

The number of tracks in the file.

BASS_ChannelGetAttribute(
    HSTREAM handle,
    BASS_ATTRIB_WEBM_TRACKS,
    float *tracks
);

Parameters

handleThe WebM stream handle.
tracksThe number of tracks.

Remarks

This attribute is read-only, so cannot be modified via BASS_ChannelSetAttribute.

See also

BASS_ATTRIB_WEBM_TRACK

BASS_ChannelGetAttribute