![]() |
Previous | Next |
This method retrieves the name of the given stream.
Syntax
MediaPlayer.GetStreamName(lStreamNum)
Parameters
lStreamNum
Long value indicating a stream ID number.
Return Value
Returns a String value representing the name of the stream specified by lStreamNum.
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 |