LibraryFFmpegLoadModeFlags Property |
Gets or sets the bitwise library identifiers to load.
See the FFmpegLoadMode constants.
If FFmpeg is already loaded, the value cannot be changed.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int FFmpegLoadModeFlags { get; set; }
Public Shared Property FFmpegLoadModeFlags As Integer
Get
Set
Dim value As Integer
value = Library.FFmpegLoadModeFlags
Library.FFmpegLoadModeFlags = value
static member FFmpegLoadModeFlags : int with get, set
/** @property */
public static int get_FFmpegLoadModeFlags()
/** @property */
public static void set_FFmpegLoadModeFlags(int value)
static function get FFmpegLoadModeFlags () : int
static function set FFmpegLoadModeFlags (value : int)
CSVideoPlayer.Library.get_FFmpegLoadModeFlags = function();
CSVideoPlayer.Library.set_FFmpegLoadModeFlags = function(value);
Property Value
Type:
Int32
See Also