Lines Matching defs:Track

214   // The Track element associated with the CuePoint.
339 // Track element names
654 // Track element.
655 class Track {
658 explicit Track(unsigned int* seed);
659 virtual ~Track();
661 // Adds a ContentEncoding element to the Track. Returns true on success.
668 // Returns the size in bytes for the payload of the Track element.
671 // Returns the size in bytes of the Track element.
674 // Output the Track element to the writer. Returns true on success.
677 // Sets the CodecPrivate element of the Track element. Copies |length|
715 // Track element names.
737 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Track);
741 // Track that has video specific elements.
742 class VideoTrack : public Track {
759 // Returns the size in bytes for the payload of the Track element plus the
835 // Track that has audio specific elements.
836 class AudioTrack : public Track {
842 // Returns the size in bytes for the payload of the Track element plus the
885 // Adds a Track element to the Tracks object. |track| will be owned and
889 bool AddTrack(Track* track, int32_t number);
892 const Track* GetTrackByIndex(uint32_t idx) const;
896 Track* GetTrackByNumber(uint64_t track_number) const;
910 // Track element list.
911 Track** track_entries_;
913 // Number of Track elements added.
1219 // track_number: Track to add the data to. Value returned by Add track
1236 // track_number: Track to add the data to. Value returned by Add track
1253 // track_number: Track to add the data to. Value returned by Add track
1268 // track_number: Track to add the data to. Value returned by Add track
1377 // Map used to hold back frames, if required. Track number is the key.
1520 Track* AddTrack(int32_t number);
1539 // nanoseconds of the cue's time. |track| is the Track of the Cue. This
1548 // track_number: Track to add the data to. Value returned by Add track
1560 // track_number: Track to add the data to. Value returned by Add track
1580 // track_number: Track to add the data to. Value returned by Add track
1597 // track_number: Track to add the data to. Value returned by Add track
1656 Track* GetTrackByNumber(uint64_t track_number) const;
1824 // Track number that is associated with the cues element for this segment.