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
Properties
Handle
public DsdPlaneOffsetMetaOwnedHandle Handle { get; }
Property Value
NumBytesPerChannel
public nuint NumBytesPerChannel { get; set; }
Property Value
NumChannels
public int NumChannels { get; set; }
Property Value
Offsets
public nint Offsets { get; set; }
Property Value
Methods
Equals(DsdPlaneOffsetMeta?)
public bool Equals(DsdPlaneOffsetMeta? other)
Parameters
other
DsdPlaneOffsetMeta
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
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()