cast_streaming.h 602 B

12345678910111213141516
  1. // Copyright 2022 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef FUCHSIA_WEB_CAST_STREAMING_CAST_STREAMING_H_
  5. #define FUCHSIA_WEB_CAST_STREAMING_CAST_STREAMING_H_
  6. #include <fuchsia/web/cpp/fidl.h>
  7. // URL for the Cast Streaming application.
  8. extern const char kCastStreamingWebUrl[];
  9. // Modifies |params| to apply Cast Streaming-specific Context Params.
  10. void ApplyCastStreamingContextParams(fuchsia::web::CreateContextParams* params);
  11. #endif // FUCHSIA_WEB_CAST_STREAMING_CAST_STREAMING_H_