MediaInfoStreams Property |
Gets the dictionary of stream information components by stream index.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IReadOnlyDictionary<int, StreamInfo> Streams { get; }
Public ReadOnly Property Streams As IReadOnlyDictionary(Of Integer, StreamInfo)
Get
Dim instance As MediaInfo
Dim value As IReadOnlyDictionary(Of Integer, StreamInfo)
value = instance.Streams
member Streams : IReadOnlyDictionary<int, StreamInfo> with get
/** @property */
public IReadOnlyDictionary<int, StreamInfo> get_Streams()
function get Streams () : IReadOnlyDictionary<int, StreamInfo>
Property Value
Type:
IReadOnlyDictionaryInt32,
StreamInfo
See Also