LibraryFFmpegVersionInfo Property |
Gets the FFmpeg version information. Returns null
when the libraries have not been loaded.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string FFmpegVersionInfo { get; }
Public Shared ReadOnly Property FFmpegVersionInfo As String
Get
Dim value As String
value = Library.FFmpegVersionInfo
static member FFmpegVersionInfo : string with get
/** @property */
public static String get_FFmpegVersionInfo()
static function get FFmpegVersionInfo () : String
CSVideoPlayer.Library.get_FFmpegVersionInfo = function();
Property Value
Type:
String
See Also