Click or drag to resize

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)
Syntax
public IReadOnlyDictionary<int, StreamInfo> Streams { get; }

Property Value

Type: IReadOnlyDictionaryInt32, StreamInfo
See Also