Home | History | Annotate | Download | only in media

Lines Matching refs:Sink

238 // WebRtcPlayoutDataSource::Sink.
241 class Sink {
249 // Callback to notify the sink that the source has changed.
254 virtual ~Sink() {}
257 // Adds/Removes the sink of WebRtcAudioRendererSource to the ADM.
260 virtual void AddPlayoutSink(Sink* sink) = 0;
261 virtual void RemovePlayoutSink(Sink* sink) = 0;
358 typedef std::list<WebRtcPlayoutDataSource::Sink*> PlayoutDataSinkList;
392 virtual void AddPlayoutSink(WebRtcPlayoutDataSource::Sink* sink) OVERRIDE;
393 virtual void RemovePlayoutSink(WebRtcPlayoutDataSource::Sink* sink) OVERRIDE;
407 // A list of raw pointer of WebRtcPlayoutDataSource::Sink objects which want
408 // to get the playout data, the sink need to call RemovePlayoutSink()