Home | History | Annotate | Download | only in base

Lines Matching refs:Demuxer

46 class MEDIA_EXPORT Demuxer : public DemuxerStreamProvider {
54 Demuxer();
55 virtual ~Demuxer();
57 // Completes initialization of the demuxer.
59 // The demuxer does not own |host| as it is guaranteed to outlive the
60 // lifetime of the demuxer. Don't delete it!
70 // Stops this demuxer.
72 // After this call the demuxer may be destroyed. It is illegal to call any
73 // method (including Stop()) after a demuxer has stopped.
85 DISALLOW_COPY_AND_ASSIGN(Demuxer);