LibraryIsFrameSyncDisabled Property |
Gets or sets a value indicating whether frame synchronization is disabled.
Setting this to true prevents the use of multimedia timers.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool IsFrameSyncDisabled { get; set; }
Public Shared Property IsFrameSyncDisabled As Boolean
Get
Set
Dim value As Boolean
value = Library.IsFrameSyncDisabled
Library.IsFrameSyncDisabled = value
static member IsFrameSyncDisabled : bool with get, set
/** @property */
public static boolean get_IsFrameSyncDisabled()
/** @property */
public static void set_IsFrameSyncDisabled(boolean value)
static function get IsFrameSyncDisabled () : boolean
static function set IsFrameSyncDisabled (value : boolean)
CSVideoPlayer.Library.get_IsFrameSyncDisabled = function();
CSVideoPlayer.Library.set_IsFrameSyncDisabled = function(value);
Property Value
Type:
Boolean
See Also