AudioCdSrc.addTrack
bool addTrack(gstaudio.audio_cd_src_track.AudioCdSrcTrack track)CDDA sources use this function from their start vfunc to announce the available data and audio tracks to the base source class. The caller should allocate track on the stack, the base source will do a shallow copy of the structure (and take ownership of the taglist if there is one).
Parameters
track | address of #GstAudioCdSrcTrack to add |
Returns
FALSE on error, otherwise TRUE.