// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef REMOTING_CLIENT_AUDIO_AUDIO_PLAYBACK_SINK_H_ #define REMOTING_CLIENT_AUDIO_AUDIO_PLAYBACK_SINK_H_ namespace remoting { class AsyncAudioDataSupplier; struct AudioStreamFormat; // This is an interface acting as the downstream of AsyncAudioDataSupplier. class AudioPlaybackSink { … }; } // namespace remoting #endif // REMOTING_CLIENT_AUDIO_AUDIO_PLAYBACK_SINK_H_