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)
Syntaxpublic static IReadOnlyList<string> DecoderNames { get; }
Public Shared ReadOnly Property DecoderNames As IReadOnlyList(Of String)
Get
Dim value As IReadOnlyList(Of String)
value = Library.DecoderNames
static member DecoderNames : IReadOnlyList<string> with get
/** @property */
public static IReadOnlyList<String> get_DecoderNames()
static function get DecoderNames () : IReadOnlyList<String>
CSVideoPlayer.Library.get_DecoderNames = function();
Property Value
Type:
IReadOnlyListString
ExceptionsException | Condition |
---|
InvalidOperationException | When the MediaEngine has not been initialized. |
See Also