Table of Contents

Class BaseParseFrameHandle

Namespace
GstBase.Internal
Assembly
GstBase-1.0.dll
public abstract class BaseParseFrameHandle : SafeHandle, IDisposable, IEquatable<BaseParseFrameHandle>
Inheritance
BaseParseFrameHandle
Implements
Derived
Inherited Members

Constructors

BaseParseFrameHandle(bool)

protected BaseParseFrameHandle(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(BaseParseFrameHandle?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(BaseParseFrameHandle? other)

Parameters

other BaseParseFrameHandle

An object to compare with this object.

Returns

bool

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

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.

GetBuffer()

public IntPtr GetBuffer()

Returns

IntPtr

GetFlags()

public uint GetFlags()

Returns

uint

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetOffset()

public ulong GetOffset()

Returns

ulong

GetOutBuffer()

public IntPtr GetOutBuffer()

Returns

IntPtr

GetOverhead()

public int GetOverhead()

Returns

int

OwnedCopy()

public BaseParseFrameOwnedHandle OwnedCopy()

Returns

BaseParseFrameOwnedHandle

SetBuffer(IntPtr)

public void SetBuffer(IntPtr value)

Parameters

value IntPtr

SetFlags(uint)

public void SetFlags(uint value)

Parameters

value uint

SetOffset(ulong)

public void SetOffset(ulong value)

Parameters

value ulong

SetOutBuffer(IntPtr)

public void SetOutBuffer(IntPtr value)

Parameters

value IntPtr

SetOverhead(int)

public void SetOverhead(int value)

Parameters

value int

UnownedCopy()

public BaseParseFrameUnownedHandle UnownedCopy()

Returns

BaseParseFrameUnownedHandle