Table of Contents

Class SystemClockHandle

Namespace
Gst.Internal
Assembly
Gst-1.0.dll
public class SystemClockHandle : ClockHandle, IDisposable
Inheritance
SystemClockHandle
Implements
Derived
Inherited Members

Constructors

SystemClockHandle(nint, bool)

public SystemClockHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static SystemClockHandle For<T>(ConstructArgument[] constructArguments) where T : SystemClock, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

SystemClockHandle

Type Parameters

T