Internal change

PiperOrigin-RevId: 346675711
Change-Id: I3bdab2b11f9cf5ceb757ffe761e0878acd8b2046
Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2596075
Reviewed-by: Ryan Keane <rwkeane@google.com>
Commit-Queue: Ryan Keane <rwkeane@google.com>
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 9cbede4..f7f9216 100644
--- a/cast/cast_core/api/runtime/cast_audio_decoder_service.proto
+++ b/cast/cast_core/api/runtime/cast_audio_decoder_service.proto
@@ -239,7 +239,7 @@
 //
 // Note that the received ordering between different RPC calls is not
 // guaranteed to match the sent order.
-service CastAudioDecoderService {
+service CastRuntimeAudioChannel {
   // Initializes the service and places the pipeline into the 'Stopped' state.
   // This must be the first call received by the server, and no other calls
   // may be sent prior to receiving this call's response.