Click or drag to resize

LibraryDecoderNames Property

Gets the registered FFmpeg decoder codec names.

Namespace:  CSVideoPlayer
Assembly:  CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static IReadOnlyList<string> DecoderNames { get; }

Property Value

Type: IReadOnlyListString
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen the MediaEngine has not been initialized.
See Also