Windows Media Player SDK banner art
PreviousNext

Player6.GetStreamSelected

This method retrieves a value indicating whether the specified stream is currently selected.

Syntax

MediaPlayer.GetStreamSelected(lStreamNum)

Parameters

  lStreamNum

Long value indicating a stream ID number.

Return Value

Returns a Boolean containing one of the following values.

Value Description
true The specified stream is currently selected.
false The specified stream is not currently selected.

Remarks

Stream numbers are zero-based. Valid values for stream numbers range from zero to the value of the StreamCount property minus one.

See Also

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.