Table of Contents

Class ByteWriterHandle

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

Constructors

ByteWriterHandle(bool)

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

public bool Equals(ByteWriterHandle? other)

Parameters

other ByteWriterHandle

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.

GetAllocSize()

public uint GetAllocSize()

Returns

uint

GetFixed()

public bool GetFixed()

Returns

bool

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetOwned()

public bool GetOwned()

Returns

bool

GetParent()

public ByteReaderData GetParent()

Returns

ByteReaderData

SetAllocSize(uint)

public void SetAllocSize(uint value)

Parameters

value uint

SetFixed(bool)

public void SetFixed(bool value)

Parameters

value bool

SetOwned(bool)

public void SetOwned(bool value)

Parameters

value bool

SetParent(ByteReaderData)

public void SetParent(ByteReaderData value)

Parameters

value ByteReaderData