GstAudioCdSrcTrack

CD track abstraction to communicate TOC entries to the base class.

This structure is only for use by sub-classed in connection with gstaudio.audio_cd_src.AudioCdSrc.addTrack.

Applications will be informed of the available tracks via a TOC message on the pipeline's #GstBus instead.

Members

Variables

GstReserved1
uint[2] GstReserved1;
GstReserved2
void*[2] GstReserved2;
end
uint end;

The last sector of this track (LBA)

isAudio
bool isAudio;

Whether this is an audio track

num
uint num;

Track number in TOC (usually starts from 1, but not always)

start
uint start;

The first sector of this track (LBA)

tags
GstTagList* tags;

Track-specific tags (e.g. from cd-text information), or NULL