VideoPlayerWinFormFFmpegLibsPath Property |
FFmpegLibsPath
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string FFmpegLibsPath { get; set; }
Public Property FFmpegLibsPath As String
Get
Set
Dim instance As VideoPlayerWinForm
Dim value As String
value = instance.FFmpegLibsPath
instance.FFmpegLibsPath = value
member FFmpegLibsPath : string with get, set
/** @property */
public String get_FFmpegLibsPath()
/** @property */
public void set_FFmpegLibsPath(String value)
function get FFmpegLibsPath () : String
function set FFmpegLibsPath (value : String)
function get_FFmpegLibsPath();
function set_FFmpegLibsPath(value);
Property Value
Type:
String
See Also