Table of Contents

Class MetaTransformCopy

Namespace
Gst
Assembly
Gst-1.0.dll
public sealed class MetaTransformCopy
Inheritance
MetaTransformCopy
Inherited Members

Constructors

MetaTransformCopy()

public MetaTransformCopy()

MetaTransformCopy(MetaTransformCopyOwnedHandle)

public MetaTransformCopy(MetaTransformCopyOwnedHandle handle)

Parameters

handle MetaTransformCopyOwnedHandle

Properties

Handle

public MetaTransformCopyOwnedHandle Handle { get; }

Property Value

MetaTransformCopyOwnedHandle

Offset

public nuint Offset { get; set; }

Property Value

nuint

Region

public bool Region { get; set; }

Property Value

bool

Size

public nuint Size { get; set; }

Property Value

nuint

Methods

Equals(MetaTransformCopy?)

public bool Equals(MetaTransformCopy? other)

Parameters

other MetaTransformCopy

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.