Home | History | Annotate | Download | only in libwebm

Lines Matching refs:VideoTrack

389 class VideoTrack : public Track {
406 explicit VideoTrack(unsigned int* seed);
407 virtual ~VideoTrack();
413 // Output the VideoTrack element to the writer. Returns true on success.
448 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(VideoTrack);