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

Unified Diff: media/cast/cast_sender.h

Issue 2113783002: Refactoring: Merge VideoSenderConfig and AudioSenderConfig. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed mek's comment. Created 4 years, 5 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/cast/cast_config.cc ('k') | media/cast/cast_sender_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_sender.h
diff --git a/media/cast/cast_sender.h b/media/cast/cast_sender.h
index 9e02c350ec81a6599b5ea91ccbd966a3c4cbfb50..12c570b766b7b90e6d72ee58574cda4bdda906b0 100644
--- a/media/cast/cast_sender.h
+++ b/media/cast/cast_sender.h
@@ -104,7 +104,7 @@ class CastSender {
// Initialize the audio stack. Must be called in order to send audio frames.
// |status_change_cb| will be run as operational status changes.
virtual void InitializeAudio(
- const AudioSenderConfig& audio_config,
+ const FrameSenderConfig& audio_config,
const StatusChangeCallback& status_change_cb) = 0;
// Initialize the video stack. Must be called in order to send video frames.
@@ -112,7 +112,7 @@ class CastSender {
//
// TODO(miu): Remove the VEA-specific callbacks. http://crbug.com/454029
virtual void InitializeVideo(
- const VideoSenderConfig& video_config,
+ const FrameSenderConfig& video_config,
const StatusChangeCallback& status_change_cb,
const CreateVideoEncodeAcceleratorCallback& create_vea_cb,
const CreateVideoEncodeMemoryCallback& create_video_encode_mem_cb) = 0;
« no previous file with comments | « media/cast/cast_config.cc ('k') | media/cast/cast_sender_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698