HomeSort by relevance Sort by last modified time
    Searched defs:Demuxer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/base/
demuxer.cc 5 #include "media/base/demuxer.h"
13 Demuxer::Demuxer() {}
15 Demuxer::~Demuxer() {}
demuxer.h 45 class MEDIA_EXPORT Demuxer {
59 Demuxer();
60 virtual ~Demuxer();
62 // Completes initialization of the demuxer.
64 // The demuxer does not own |host| as it is guaranteed to outlive the
65 // lifetime of the demuxer. Don't delete it!
75 // Starts stopping this demuxer, executing the callback upon completion.
77 // After the callback completes the demuxer may be destroyed. It is illegal to
78 // call any method (including Stop()) after a demuxer has stopped.
97 DISALLOW_COPY_AND_ASSIGN(Demuxer);
    [all...]

Completed in 93 milliseconds