LibraryIsInitialized Property |
Gets a value indicating whether the FFmpeg library has been initialized.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool IsInitialized { get; }
Public Shared ReadOnly Property IsInitialized As Boolean
Get
Dim value As Boolean
value = Library.IsInitialized
static member IsInitialized : bool with get
/** @property */
public static boolean get_IsInitialized()
static function get IsInitialized () : boolean
CSVideoPlayer.Library.get_IsInitialized = function();
Property Value
Type:
Boolean
See Also