Lines Matching defs:Track

163   // The Track element associated with the CuePoint.
289 // Track element names
306 // Track element.
307 class Track {
310 explicit Track(unsigned int* seed);
311 virtual ~Track();
313 // Adds a ContentEncoding element to the Track. Returns true on success.
320 // Returns the size in bytes for the payload of the Track element.
323 // Returns the size in bytes of the Track element.
326 // Output the Track element to the writer. Returns true on success.
329 // Sets the CodecPrivate element of the Track element. Copies |length|
363 // Track element names
384 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Track);
388 // Track that has video specific elements.
389 class VideoTrack : public Track {
409 // Returns the size in bytes for the payload of the Track element plus the
452 // Track that has audio specific elements.
453 class AudioTrack : public Track {
459 // Returns the size in bytes for the payload of the Track element plus the
500 // Adds a Track element to the Tracks object. |track| will be owned and
504 bool AddTrack(Track* track, int32 number);
507 const Track* GetTrackByIndex(uint32 idx) const;
511 Track* GetTrackByNumber(uint64 track_number) const;
525 // Track element list.
526 Track** track_entries_;
528 // Number of Track elements added.
722 // track_number: Track to add the data to. Value returned by Add track
741 // track_number: Track to add the data to. Value returned by Add track
761 // track_number: Track to add the data to. Value returned by Add track
778 // track_number: Track to add the data to. Value returned by Add track
1046 Track* AddTrack(int32 number);
1060 // nanoseconds of the cue's time. |track| is the Track of the Cue. This
1069 // track_number: Track to add the data to. Value returned by Add track
1084 // track_number: Track to add the data to. Value returned by Add track
1107 // track_number: Track to add the data to. Value returned by Add track
1127 // track_number: Track to add the data to. Value returned by Add track
1188 Track* GetTrackByNumber(uint64 track_number) const;
1336 // Track number that is associated with the cues element for this segment.