Table of Contents

Class BufferPoolAcquireParams

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

Constructors

BufferPoolAcquireParams()

public BufferPoolAcquireParams()

BufferPoolAcquireParams(BufferPoolAcquireParamsOwnedHandle)

public BufferPoolAcquireParams(BufferPoolAcquireParamsOwnedHandle handle)

Parameters

handle BufferPoolAcquireParamsOwnedHandle

Properties

Flags

public BufferPoolAcquireFlags Flags { get; set; }

Property Value

BufferPoolAcquireFlags

Format

public Format Format { get; set; }

Property Value

Format

Handle

public BufferPoolAcquireParamsOwnedHandle Handle { get; }

Property Value

BufferPoolAcquireParamsOwnedHandle

Start

public long Start { get; set; }

Property Value

long

Stop

public long Stop { get; set; }

Property Value

long

Methods

Equals(BufferPoolAcquireParams?)

public bool Equals(BufferPoolAcquireParams? other)

Parameters

other BufferPoolAcquireParams

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.