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 end field.

end
uint end [@property setter]

Set end field.

isAudio
bool isAudio [@property getter]

Get isAudio field.

isAudio
bool isAudio [@property setter]

Set isAudio field.

num
uint num [@property getter]

Get num field.

num
uint num [@property setter]

Set num field.

start
uint start [@property getter]

Get start field.

start
uint start [@property setter]

Set start field.

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

Get tags field.

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

Set tags field.