Searched refs:TrackInfo (Results 1 – 4 of 4) sorted by relevance
33 struct TrackInfo { struct105 const std::vector<TrackInfo>& GetRecordInfos() in GetRecordInfos()118 std::vector<TrackInfo> recordInfos_;119 std::list<TrackInfo> recordBoundsInfos_;120 std::vector<TrackInfo> allRecordInfos_;
58 struct TrackInfo { struct76 std::vector<TrackInfo> trackInfos_ {}; argument
326 } TrackInfo; typedef338 TrackInfo *track; /**< Pointer to the array of current program information */
142 trackInfos_.emplace_back(TrackInfo{static_cast<int32_t>(trackId), metaPair.first, false}); in AddTrackThenConfigure()