Table of Contents

Class AppSinkClassHandle

Namespace
GstApp.Internal
Assembly
GstApp-1.0.dll
public abstract class AppSinkClassHandle : SafeHandle, IDisposable
Inheritance
AppSinkClassHandle
Implements
Derived
Inherited Members

Constructors

AppSinkClassHandle(bool)

protected AppSinkClassHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(AppSinkClassHandle?)

public bool Equals(AppSinkClassHandle? other)

Parameters

other AppSinkClassHandle

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetBasesinkClass()

public BaseSinkClassData GetBasesinkClass()

Returns

BaseSinkClassData

GetEos()

public AppSinkClassData.EosCallback GetEos()

Returns

AppSinkClassData.EosCallback

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetNewPreroll()

public AppSinkClassData.NewPrerollCallback GetNewPreroll()

Returns

AppSinkClassData.NewPrerollCallback

GetNewSample()

public AppSinkClassData.NewSampleCallback GetNewSample()

Returns

AppSinkClassData.NewSampleCallback

GetPullPreroll()

public AppSinkClassData.PullPrerollCallback GetPullPreroll()

Returns

AppSinkClassData.PullPrerollCallback

GetPullSample()

public AppSinkClassData.PullSampleCallback GetPullSample()

Returns

AppSinkClassData.PullSampleCallback

GetTryPullObject()

public AppSinkClassData.TryPullObjectCallback GetTryPullObject()

Returns

AppSinkClassData.TryPullObjectCallback

GetTryPullPreroll()

public AppSinkClassData.TryPullPrerollCallback GetTryPullPreroll()

Returns

AppSinkClassData.TryPullPrerollCallback

GetTryPullSample()

public AppSinkClassData.TryPullSampleCallback GetTryPullSample()

Returns

AppSinkClassData.TryPullSampleCallback