Table of Contents

Class BaseTransformPrivate

Namespace
GstBase
Assembly
GstBase-1.0.dll
public sealed class BaseTransformPrivate
Inheritance
BaseTransformPrivate
Inherited Members

Constructors

BaseTransformPrivate(BaseTransformPrivateOwnedHandle)

public BaseTransformPrivate(BaseTransformPrivateOwnedHandle handle)

Parameters

handle BaseTransformPrivateOwnedHandle

Properties

Handle

public BaseTransformPrivateOwnedHandle Handle { get; }

Property Value

BaseTransformPrivateOwnedHandle

Methods

Equals(BaseTransformPrivate?)

public bool Equals(BaseTransformPrivate? other)

Parameters

other BaseTransformPrivate

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.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.