Table of Contents

Class BufferList

Namespace
Gst
Assembly
Gst-1.0.dll
public sealed class BufferList : BoxedRecord, IEquatable<BufferList>
Inheritance
BufferList
Implements
Inherited Members

Constructors

BufferList(BufferListOwnedHandle)

public BufferList(BufferListOwnedHandle handle)

Parameters

handle BufferListOwnedHandle

Properties

Handle

public BufferListOwnedHandle Handle { get; }

Property Value

BufferListOwnedHandle

Methods

CalculateSize()

[Version("1.14")]
public nuint CalculateSize()

Returns

nuint

CopyDeep()

[Version("1.6")]
public BufferList CopyDeep()

Returns

BufferList

Equals(BufferList?)

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

public bool Equals(BufferList? other)

Parameters

other BufferList

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.

Foreach(BufferListFunc)

public bool Foreach(BufferListFunc func)

Parameters

func BufferListFunc

Returns

bool

Get(uint)

public Buffer? Get(uint idx)

Parameters

idx uint

Returns

Buffer

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetWritable(uint)

[Version("1.14")]
public Buffer? GetWritable(uint idx)

Parameters

idx uint

Returns

Buffer

Insert(int, Buffer)

public void Insert(int idx, Buffer buffer)

Parameters

idx int
buffer Buffer

Length()

public uint Length()

Returns

uint

New()

public static BufferList New()

Returns

BufferList

NewSized(uint)

public static BufferList NewSized(uint size)

Parameters

size uint

Returns

BufferList

Remove(uint, uint)

public void Remove(uint idx, uint length)

Parameters

idx uint
length uint