Table of Contents

Class ControlSourceHandle

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

Constructors

ControlSourceHandle(nint, bool)

public ControlSourceHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ControlSourceHandle

Type Parameters

T