LibraryInputFormatNames Property |
Gets the registered FFmpeg input format names.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static IReadOnlyList<string> InputFormatNames { get; }
Public Shared ReadOnly Property InputFormatNames As IReadOnlyList(Of String)
Get
Dim value As IReadOnlyList(Of String)
value = Library.InputFormatNames
static member InputFormatNames : IReadOnlyList<string> with get
/** @property */
public static IReadOnlyList<String> get_InputFormatNames()
static function get InputFormatNames () : IReadOnlyList<String>
CSVideoPlayer.Library.get_InputFormatNames = function();
Property Value
Type:
IReadOnlyListString
ExceptionsException | Condition |
---|
InvalidOperationException | When the MediaEngine has not been initialized. |
See Also