IASPlayList::get_TrackActive

This method gets the active track.

Syntax

HRESULT get_TrackActive( unsigned char biTrack );

Parameters

biTrack
Unsigned character that indicates the active track.

Return Values

NOERROR indicates success. E_INVALIDARG indicates that an invalid argument has been entered.

Remarks

The index of tracks in the play list begins at 1. If the index of the active track is equal to 0, the play list does not indicate an active track.

See Also

IASPlayList::put_TrackActive