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

Unified Diff: media/cast/sender/audio_encoder.h

Issue 601413003: [cast] AAC encoder for OS X and iOS based on AudioConverter and AudioFile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@audio-remove-constants
Patch Set: Modernize to C++11 per the rules at http://chromium-cpp.appspot.com/ Created 6 years, 3 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/sender/audio_encoder.h
diff --git a/media/cast/sender/audio_encoder.h b/media/cast/sender/audio_encoder.h
index e0a3d8a5bafdb3aaa5b835f8674c59e21f002f34..f1fbd89a2512c84ce12985eb56897b91a20403e5 100644
--- a/media/cast/sender/audio_encoder.h
+++ b/media/cast/sender/audio_encoder.h
@@ -44,6 +44,7 @@ class AudioEncoder {
class ImplBase;
class OpusImpl;
class Pcm16Impl;
+ class AacAudioConverterImpl;
miu 2014/09/29 19:54:47 nit: I would prefer this class be named either Aac
jfroy 2014/10/14 01:06:34 I've picked AppleAacImpl to emphasize that this is
const scoped_refptr<CastEnvironment> cast_environment_;
scoped_refptr<ImplBase> impl_;

Powered by Google App Engine
This is Rietveld 408576698