Table of Contents

Class VideoAggregatorHandle

Namespace
GstVideo.Internal
Assembly
GstVideo-1.0.dll
public class VideoAggregatorHandle : AggregatorHandle, IDisposable
Inheritance
VideoAggregatorHandle
Implements
Inherited Members

Constructors

VideoAggregatorHandle(nint, bool)

public VideoAggregatorHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

VideoAggregatorHandle

Type Parameters

T