Table of Contents

Class DsdPlaneOffsetMeta

Namespace
GstAudio
Assembly
GstAudio-1.0.dll
public sealed class DsdPlaneOffsetMeta
Inheritance
DsdPlaneOffsetMeta
Inherited Members

Constructors

DsdPlaneOffsetMeta()

public DsdPlaneOffsetMeta()

DsdPlaneOffsetMeta(DsdPlaneOffsetMetaOwnedHandle)

public DsdPlaneOffsetMeta(DsdPlaneOffsetMetaOwnedHandle handle)

Parameters

handle DsdPlaneOffsetMetaOwnedHandle

Properties

Handle

public DsdPlaneOffsetMetaOwnedHandle Handle { get; }

Property Value

DsdPlaneOffsetMetaOwnedHandle

NumBytesPerChannel

public nuint NumBytesPerChannel { get; set; }

Property Value

nuint

NumChannels

public int NumChannels { get; set; }

Property Value

int

Offsets

public nint Offsets { get; set; }

Property Value

nint

Methods

Equals(DsdPlaneOffsetMeta?)

public bool Equals(DsdPlaneOffsetMeta? other)

Parameters

other DsdPlaneOffsetMeta

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.

GetInfo()

public static MetaInfo GetInfo()

Returns

MetaInfo