Table of Contents

Class ClockHandle

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

Constructors

ClockHandle(nint, bool)

public ClockHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ClockHandle

Type Parameters

T