Table of Contents

Class AllocationParams

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

Constructors

AllocationParams()

public AllocationParams()

AllocationParams(AllocationParamsOwnedHandle)

public AllocationParams(AllocationParamsOwnedHandle handle)

Parameters

handle AllocationParamsOwnedHandle

Properties

Align

public nuint Align { get; set; }

Property Value

nuint

Flags

public MemoryFlags Flags { get; set; }

Property Value

MemoryFlags

Handle

public AllocationParamsOwnedHandle Handle { get; }

Property Value

AllocationParamsOwnedHandle

Padding

public nuint Padding { get; set; }

Property Value

nuint

Prefix

public nuint Prefix { get; set; }

Property Value

nuint

Methods

Copy()

public AllocationParams? Copy()

Returns

AllocationParams

Equals(AllocationParams?)

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

public bool Equals(AllocationParams? other)

Parameters

other AllocationParams

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.

Free()

public void Free()

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.

Init()

public void Init()

New()

[Version("1.20")]
public static AllocationParams New()

Returns

AllocationParams