Home | History | Annotate | Download | only in mkvmuxer

Lines Matching defs:Tracks

866 // Tracks element
867 class Tracks {
882 Tracks();
883 ~Tracks();
885 // Adds a Track element to the Tracks object. |track| will be owned and
886 // deleted by the Tracks object. Returns true on success. |number| is the
894 // Search the Tracks and return the track that matches |tn|. Returns NULL
904 // Output the Tracks element to the writer. Returns true on success.
916 // Whether or not Tracks element has already been written via IMkvWriter.
919 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Tracks);
1654 // Search the Tracks and return the track that matches |track_number|.
1735 // and Tracks element to |writer_|.
1780 Tracks tracks_;