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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamhandler.h 91 // RemoteAudioTrackHandler listen to events on a remote AudioTrack instance
94 class RemoteAudioTrackHandler : public TrackHandler {
96 RemoteAudioTrackHandler(AudioTrackInterface* track,
99 virtual ~RemoteAudioTrackHandler();
218 // Create a RemoteAudioTrackHandler and associate |audio_track| with |ssrc|.
mediastreamhandler.cc 91 RemoteAudioTrackHandler::RemoteAudioTrackHandler(
101 RemoteAudioTrackHandler::~RemoteAudioTrackHandler() {
104 void RemoteAudioTrackHandler::Stop() {
108 void RemoteAudioTrackHandler::OnStateChanged() {
111 void RemoteAudioTrackHandler::OnEnabledChanged() {
273 new RemoteAudioTrackHandler(audio_track, ssrc, audio_provider_));

Completed in 45 milliseconds