Table of Contents

Class DsdInfo

Namespace
GstAudio
Assembly
GstAudio-1.0.dll
public sealed class DsdInfo : BoxedRecord, GTypeProvider, InstanceFactory, IEquatable<DsdInfo>, IDisposable
Inheritance
DsdInfo
Implements
Inherited Members

Constructors

DsdInfo()

public DsdInfo()

DsdInfo(DsdInfoOwnedHandle)

public DsdInfo(DsdInfoOwnedHandle handle)

Parameters

handle DsdInfoOwnedHandle

Properties

Channels

public int Channels { get; set; }

Property Value

int

Flags

public AudioFlags Flags { get; set; }

Property Value

AudioFlags

Format

public DsdFormat Format { get; set; }

Property Value

DsdFormat

Handle

public DsdInfoOwnedHandle Handle { get; }

Property Value

DsdInfoOwnedHandle

Layout

public AudioLayout Layout { get; set; }

Property Value

AudioLayout

Rate

public int Rate { get; set; }

Property Value

int

ReversedBytes

public bool ReversedBytes { get; set; }

Property Value

bool

Methods

Copy()

[Version("1.24")]
public DsdInfo Copy()

Returns

DsdInfo

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Equals(DsdInfo?)

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

public bool Equals(DsdInfo? other)

Parameters

other DsdInfo

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()

[Version("1.24")]
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.

IsEqual(DsdInfo)

[Version("1.24")]
public bool IsEqual(DsdInfo other)

Parameters

other DsdInfo

Returns

bool

New()

[Version("1.24")]
public static DsdInfo New()

Returns

DsdInfo

NewFromCaps(Caps)

[Version("1.24")]
public static DsdInfo NewFromCaps(Caps caps)

Parameters

caps Caps

Returns

DsdInfo

ToCaps()

[Version("1.24")]
public Caps ToCaps()

Returns

Caps