GstAudio.AudioCdSrcTrack¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
end |
r/w |
The last sector of this track (LBA) |
|
is_audio |
r/w |
Whether this is an audio track |
|
num |
r/w |
Track number in TOC (usually starts from 1, but not always) |
|
start |
r/w |
The first sector of this track (LBA) |
|
tags |
r/w |
Track-specific tags (e.g. from cd-text information), or |
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.