gstaudio.audio_cd_src_track
Module for [AudioCdSrcTrack] class
class AudioCdSrcTrack
Types 1
classAudioCdSrcTrack
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.
Fields
GstAudioCdSrcTrack _cInstanceMethods
void * _cPtr()void isAudio(bool propval) @propertySet `isAudio` field. Params: propval = Whether this is an audio trackuint num() @propertyGet `num` field. Returns: Track number in TOC (usually starts from 1, but not always)void num(uint propval) @propertySet `num` field. Params: propval = Track number in TOC (usually starts from 1, but not always)void start(uint propval) @propertySet `start` field. Params: propval = The first sector of this track (LBA)void end(uint propval) @propertySet `end` field. Params: propval = The last sector of this track (LBA)gst.tag_list.TagList tags() @propertyGet `tags` field. Returns: Track-specific tags (e.g. from cd-text information), or NULLvoid tags(gst.tag_list.TagList propval) @propertySet `tags` field. Params: propval = Track-specific tags (e.g. from cd-text information), or NULL