StreamInfoStreamIndex Property |
Gets the index of the stream.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int StreamIndex { get; }
Public ReadOnly Property StreamIndex As Integer
Get
Dim instance As StreamInfo
Dim value As Integer
value = instance.StreamIndex
member StreamIndex : int with get
/** @property */
public int get_StreamIndex()
function get StreamIndex () : int
function get_StreamIndex();
Property Value
Type:
Int32
See Also