Lines Matching defs:Track

162   // The Track element associated with the CuePoint.
286 // Track element names
303 // Track element.
304 class Track {
307 explicit Track(unsigned int* seed);
308 virtual ~Track();
310 // Adds a ContentEncoding element to the Track. Returns true on success.
317 // Returns the size in bytes for the payload of the Track element.
320 // Returns the size in bytes of the Track element.
323 // Output the Track element to the writer. Returns true on success.
326 // Sets the CodecPrivate element of the Track element. Copies |length|
364 // Track element names.
386 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Track);
390 // Track that has video specific elements.
391 class VideoTrack : public Track {
408 // Returns the size in bytes for the payload of the Track element plus the
451 // Track that has audio specific elements.
452 class AudioTrack : public Track {
458 // Returns the size in bytes for the payload of the Track element plus the
496 // Adds a Track element to the Tracks object. |track| will be owned and
500 bool AddTrack(Track* track, int32 number);
503 const Track* GetTrackByIndex(uint32 idx) const;
507 Track* GetTrackByNumber(uint64 track_number) const;
521 // Track element list.
522 Track** track_entries_;
524 // Number of Track elements added.
715 // track_number: Track to add the data to. Value returned by Add track
732 // track_number: Track to add the data to. Value returned by Add track
748 // track_number: Track to add the data to. Value returned by Add track
762 // track_number: Track to add the data to. Value returned by Add track
1013 Track* AddTrack(int32 number);
1027 // nanoseconds of the cue's time. |track| is the Track of the Cue. This
1036 // track_number: Track to add the data to. Value returned by Add track
1048 // track_number: Track to add the data to. Value returned by Add track
1068 // 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
1142 Track* GetTrackByNumber(uint64 track_number) const;
1289 // Track number that is associated with the cues element for this segment.