Index: media/cast/cast_sender.h |
diff --git a/media/cast/cast_sender.h b/media/cast/cast_sender.h |
index c9bad7aa1eb747af480edbca92d8e80c936ab62e..634140f6c59f58b04c0fdeb1ee4057488f74f8a1 100644 |
--- a/media/cast/cast_sender.h |
+++ b/media/cast/cast_sender.h |
@@ -86,6 +86,11 @@ class CastSender { |
const CastInitializationCallback& cast_initialization_cb, |
const CreateVideoEncodeAcceleratorCallback& create_vea_cb, |
const CreateVideoEncodeMemoryCallback& create_video_encode_mem_cb) = 0; |
+ |
+ // Change the target delay. This is only valid if the receiver |
+ // supports the "extra_target_delay" rtp extension. |
Alpha Left Google
2014/08/20 20:17:05
nit: "adaptive_playout_delay"
hubbe
2014/08/20 21:42:01
Done.
|
+ virtual void SetTargetPlayoutDelay( |
+ base::TimeDelta new_target_playout_delay) = 0; |
}; |
} // namespace cast |