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

Unified Diff: chromecast/media/audio/cast_audio_output_stream.h

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Address alokp@ comments Created 5 years, 2 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
« no previous file with comments | « chromecast/media/audio/BUILD.gn ('k') | chromecast/media/audio/cast_audio_output_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/audio/cast_audio_output_stream.h
diff --git a/chromecast/media/audio/cast_audio_output_stream.h b/chromecast/media/audio/cast_audio_output_stream.h
index 222947f98534f5404399c24b24810a29094c21e4..6c54fce75a6c96d8f7179ed66f35f39af8686bbe 100644
--- a/chromecast/media/audio/cast_audio_output_stream.h
+++ b/chromecast/media/audio/cast_audio_output_stream.h
@@ -39,8 +39,8 @@ class CastAudioOutputStream : public ::media::AudioOutputStream {
class Backend;
void OnClosed();
- void PushFrame();
- void OnPushFrameComplete(bool success);
+ void PushBuffer();
+ void OnPushBufferComplete(bool success);
const ::media::AudioParameters audio_params_;
CastAudioManager* const audio_manager_;
« no previous file with comments | « chromecast/media/audio/BUILD.gn ('k') | chromecast/media/audio/cast_audio_output_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698