Table of Contents

Class AudioCdSrcTrackHandle

Namespace
GstAudio.Internal
Assembly
GstAudio-1.0.dll
public abstract class AudioCdSrcTrackHandle : SafeHandle, IDisposable
Inheritance
AudioCdSrcTrackHandle
Implements
Derived
Inherited Members

Constructors

AudioCdSrcTrackHandle(bool)

protected AudioCdSrcTrackHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(AudioCdSrcTrackHandle?)

public bool Equals(AudioCdSrcTrackHandle? other)

Parameters

other AudioCdSrcTrackHandle

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.

GetEnd()

public uint GetEnd()

Returns

uint

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetIsAudio()

public bool GetIsAudio()

Returns

bool

GetNum()

public uint GetNum()

Returns

uint

GetStart()

public uint GetStart()

Returns

uint

GetTags()

public IntPtr GetTags()

Returns

IntPtr

SetEnd(uint)

public void SetEnd(uint value)

Parameters

value uint

SetIsAudio(bool)

public void SetIsAudio(bool value)

Parameters

value bool

SetNum(uint)

public void SetNum(uint value)

Parameters

value uint

SetStart(uint)

public void SetStart(uint value)

Parameters

value uint

SetTags(IntPtr)

public void SetTags(IntPtr value)

Parameters

value IntPtr