![]() |
Previous | Next |
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
Previous | Next |