Class SystemClock
- Namespace
- Gst
- Assembly
- Gst-1.0.dll
public class SystemClock : Clock, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
SystemClock
- Implements
- Derived
- Inherited Members
Constructors
SystemClock(params ConstructArgument[])
public SystemClock(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
SystemClock(SystemClockHandle)
public SystemClock(SystemClockHandle handle)
Parameters
handle
SystemClockHandle
Fields
ClockTypePropertyDefinition
public static readonly Property<ClockType, SystemClock> ClockTypePropertyDefinition
Field Value
Properties
ClockType
public ClockType ClockType { get; set; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
Obtain()
public static Clock Obtain()
Returns
SetDefault(Clock?)
[Version("1.4")]
public static void SetDefault(Clock? newClock)
Parameters
newClock
Clock