Table of Contents

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

Property<ClockType, SystemClock>

Properties

ClockType

public ClockType ClockType { get; set; }

Property Value

ClockType

Methods

GetGType()

public static Type GetGType()

Returns

Type

Obtain()

public static Clock Obtain()

Returns

Clock

SetDefault(Clock?)

[Version("1.4")]
public static void SetDefault(Clock? newClock)

Parameters

newClock Clock