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