GstAudio.AudioCdSrcTrack

Fields

Name

Type

Access

Description

end

int

r/w

The last sector of this track (LBA)

is_audio

bool

r/w

Whether this is an audio track

num

int

r/w

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

start

int

r/w

The first sector of this track (LBA)

tags

Gst.TagList

r/w

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

Methods

None

Details

class GstAudio.AudioCdSrcTrack

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

This structure is only for use by sub-classed in connection with GstAudio.AudioCdSrc.add_track().

Applications will be informed of the available tracks via a TOC message on the pipeline’s Gst.Bus instead.