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 41 class MEDIA_EXPORT Demuxer {
49 Demuxer();
50 virtual ~Demuxer();
52 // Completes initialization of the demuxer.
54 // The demuxer does not own |host| as it is guaranteed to outlive the
55 // lifetime of the demuxer. Don't delete it!
65 // Starts stopping this demuxer, executing the callback upon completion.
67 // After the callback completes the demuxer may be destroyed. It is illegal to
68 // call any method (including Stop()) after a demuxer has stopped.
87 DISALLOW_COPY_AND_ASSIGN(Demuxer);
    [all...]

Completed in 124 milliseconds