| // Copyright 2026 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef CAST_STREAMING_IMPL_MESSAGE_CONSTANTS_H_ | |
| #define CAST_STREAMING_IMPL_MESSAGE_CONSTANTS_H_ | |
| namespace openscreen::cast { | |
| // RTP extension strings. | |
| inline constexpr char kInputEventsRtpExtension[] = "input_events"; | |
| } // namespace openscreen::cast | |
| #endif // CAST_STREAMING_IMPL_MESSAGE_CONSTANTS_H_ |