Table of Contents

Class StreamHandle

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

Constructors

StreamHandle(nint, bool)

public StreamHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

StreamHandle

Type Parameters

T