Table of Contents

Class BufferHandle

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

Constructors

BufferHandle(bool)

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

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

public bool Equals(BufferHandle? other)

Parameters

other BufferHandle

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.

GetDts()

public ulong GetDts()

Returns

ulong

GetDuration()

public ulong GetDuration()

Returns

ulong

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetMiniObject()

public MiniObjectData GetMiniObject()

Returns

MiniObjectData

GetOffset()

public ulong GetOffset()

Returns

ulong

GetOffsetEnd()

public ulong GetOffsetEnd()

Returns

ulong

GetPool()

public IntPtr GetPool()

Returns

IntPtr

GetPts()

public ulong GetPts()

Returns

ulong

OwnedCopy()

public BufferOwnedHandle OwnedCopy()

Returns

BufferOwnedHandle

SetDts(ulong)

public void SetDts(ulong value)

Parameters

value ulong

SetDuration(ulong)

public void SetDuration(ulong value)

Parameters

value ulong

SetMiniObject(MiniObjectData)

public void SetMiniObject(MiniObjectData value)

Parameters

value MiniObjectData

SetOffset(ulong)

public void SetOffset(ulong value)

Parameters

value ulong

SetOffsetEnd(ulong)

public void SetOffsetEnd(ulong value)

Parameters

value ulong

SetPool(IntPtr)

public void SetPool(IntPtr value)

Parameters

value IntPtr

SetPts(ulong)

public void SetPts(ulong value)

Parameters

value ulong

UnownedCopy()

public BufferUnownedHandle UnownedCopy()

Returns

BufferUnownedHandle