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
Flags
public AudioFlags Flags { get; set; }
Property Value
Format
public DsdFormat Format { get; set; }
Property Value
Handle
public DsdInfoOwnedHandle Handle { get; }
Property Value
Layout
public AudioLayout Layout { get; set; }
Property Value
Rate
public int Rate { get; set; }
Property Value
ReversedBytes
public bool ReversedBytes { get; set; }
Property Value
Methods
Copy()
[Version("1.24")]
public DsdInfo Copy()
Returns
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
DsdInfoAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Free()
[Version("1.24")]
public void Free()
GetGType()
public static Type GetGType()
Returns
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
New()
[Version("1.24")]
public static DsdInfo New()
Returns
NewFromCaps(Caps)
[Version("1.24")]
public static DsdInfo NewFromCaps(Caps caps)
Parameters
caps
Caps
Returns
ToCaps()
[Version("1.24")]
public Caps ToCaps()