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.audio_cd_src.AudioCdSrc.addTrack.

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

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

cPtr
void* cPtr()

Properties

end
uint end [@property getter]

Get field end.

end
uint end [@property setter]

Set field end.

isAudio
bool isAudio [@property getter]

Get field isAudio.

isAudio
bool isAudio [@property setter]

Set field isAudio.

num
uint num [@property getter]

Get field num.

num
uint num [@property setter]

Set field num.

start
uint start [@property getter]

Get field start.

start
uint start [@property setter]

Set field start.

tags
gst.tag_list.TagList tags [@property getter]

Get field tags.

tags
gst.tag_list.TagList tags [@property setter]

Set field tags.