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)
Syntaxpublic IReadOnlyDictionary<AVMediaType, StreamInfo> BestStreams { get; }
Public ReadOnly Property BestStreams As IReadOnlyDictionary(Of AVMediaType, StreamInfo)
Get
Dim instance As MediaInfo
Dim value As IReadOnlyDictionary(Of AVMediaType, StreamInfo)
value = instance.BestStreams
member BestStreams : IReadOnlyDictionary<AVMediaType, StreamInfo> with get
/** @property */
public IReadOnlyDictionary<AVMediaType, StreamInfo> get_BestStreams()
function get BestStreams () : IReadOnlyDictionary<AVMediaType, StreamInfo>
function get_BestStreams();
Property Value
Type:
IReadOnlyDictionaryAVMediaType,
StreamInfo
See Also