IASPlayList::put_TrackActive

This method sets the active track.

Syntax

HRESULT put_TrackActive( unsigned char biTrack, BOOL fActive );

Parameters

biTrack
Unsigned character that indicates the active track.
fActive
Boolean that is set to TRUE for the active track, or to FALSE for a non-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 you set the index of the active track is equal to 0, the play list does not indicate an active track.

See Also

IASPlayList::get_TrackActive