Click or drag to resize

MediaInfoBestStreams Property

Provides access to the best streams of each media type found in the container. This uses some internal FFmpeg heuristics.

Namespace:  CSVideoPlayer
Assembly:  CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IReadOnlyDictionary<AVMediaType, StreamInfo> BestStreams { get; }

Property Value

Type: IReadOnlyDictionaryAVMediaType, StreamInfo
See Also