aboutsummaryrefslogtreecommitdiff
path: root/cast
diff options
context:
space:
mode:
authorAlex Leung <alexleung@google.com>2020-11-04 15:18:24 -0800
committerCommit Bot <commit-bot@chromium.org>2020-11-12 22:09:38 +0000
commit052885405c6c9b71666031281c83b5234dd7120f (patch)
treeb37d1307e85e7f28e9b63687f8c0360e294ea4e0 /cast
parent90bf4ba461d154b76ea69c8dff56dfd3e75b08fa (diff)
downloadopenscreen-052885405c6c9b71666031281c83b5234dd7120f.tar.gz
Internal change
PiperOrigin-RevId: 340737217 Change-Id: Ic5a1ba5948802fd28a4e3984029fca72f681ef03 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2535871 Reviewed-by: Ryan Keane <rwkeane@google.com> Commit-Queue: Ryan Keane <rwkeane@google.com>
Diffstat (limited to 'cast')
-rw-r--r--cast/cast_core/api/runtime/cast_audio_decoder_service.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/cast/cast_core/api/runtime/cast_audio_decoder_service.proto b/cast/cast_core/api/runtime/cast_audio_decoder_service.proto
index 30dd38f2..90a79201 100644
--- a/cast/cast_core/api/runtime/cast_audio_decoder_service.proto
+++ b/cast/cast_core/api/runtime/cast_audio_decoder_service.proto
@@ -239,6 +239,9 @@ service CastAudioDecoder {
//
// May only be called in the 'Paused' state, and following this call the
// state machine will be in the 'Playing'' state.
+ //
+ // A state transition may only occur after a successful PushBuffer()
+ // call has been made with a valid configuration.
rpc StateChange(StateChangeRequest) returns (StateChangeResponse);
// Sets the volume multiplier for this audio stream.