Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Unified Diff: media/cast/audio_receiver/audio_decoder.h

Issue 306783002: [Cast] Clean-up: Merge AudioReceiverConfig+VideoReceiverConfig-->FrameReceiverConfig. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/cast/audio_receiver/audio_decoder.h
diff --git a/media/cast/audio_receiver/audio_decoder.h b/media/cast/audio_receiver/audio_decoder.h
index d624141f632640f6bc921c9cfa98bc5d08bb2350..a8e264dc94d7d5a52d220d4b022561c8a422acd6 100644
--- a/media/cast/audio_receiver/audio_decoder.h
+++ b/media/cast/audio_receiver/audio_decoder.h
@@ -27,11 +27,11 @@ class AudioDecoder {
bool is_continuous)> DecodeFrameCallback;
AudioDecoder(const scoped_refptr<CastEnvironment>& cast_environment,
- const AudioReceiverConfig& audio_config);
+ const FrameReceiverConfig& audio_config);
virtual ~AudioDecoder();
// Returns STATUS_AUDIO_INITIALIZED if the decoder was successfully
- // constructed from the given AudioReceiverConfig. If this method returns any
+ // constructed from the given FrameReceiverConfig. If this method returns any
// other value, calls to DecodeFrame() will not succeed.
CastInitializationStatus InitializationResult() const;
« no previous file with comments | « no previous file | media/cast/audio_receiver/audio_decoder.cc » ('j') | media/cast/audio_receiver/audio_receiver.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698