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

Unified Diff: media/filters/decrypting_audio_decoder.h

Issue 826783003: Renaming "AudioBuffers" to "AudioFrames" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing Build errors Created 5 years, 11 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 | « media/base/decryptor.h ('k') | media/filters/decrypting_audio_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/decrypting_audio_decoder.h
diff --git a/media/filters/decrypting_audio_decoder.h b/media/filters/decrypting_audio_decoder.h
index 8f6fc24947a11c0141687318bca5840194285528..67da6c0c7be6d0d6b9fa051d7ec4ed70c053ad59 100644
--- a/media/filters/decrypting_audio_decoder.h
+++ b/media/filters/decrypting_audio_decoder.h
@@ -76,7 +76,7 @@ class MEDIA_EXPORT DecryptingAudioDecoder : public AudioDecoder {
// Callback for Decryptor::DecryptAndDecodeAudio().
void DeliverFrame(int buffer_size,
Decryptor::Status status,
- const Decryptor::AudioBuffers& frames);
+ const Decryptor::AudioFrames& frames);
// Callback for the |decryptor_| to notify this object that a new key has been
// added.
@@ -86,7 +86,7 @@ class MEDIA_EXPORT DecryptingAudioDecoder : public AudioDecoder {
void DoReset();
// Sets timestamps for |frames| and then passes them to |output_cb_|.
- void ProcessDecodedFrames(const Decryptor::AudioBuffers& frames);
+ void ProcessDecodedFrames(const Decryptor::AudioFrames& frames);
scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
« no previous file with comments | « media/base/decryptor.h ('k') | media/filters/decrypting_audio_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698