blob: aee58a4c1d02dac7ae570250b662617598d0875c [file] [log] [blame]
// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MEDIA_CAPTURE_CAPTURE_SWITCHES_H_
#define MEDIA_CAPTURE_CAPTURE_SWITCHES_H_
#include "base/feature_list.h"
#include "build/build_config.h"
#include "build/chromeos_buildflags.h"
#include "media/capture/capture_export.h"
namespace switches {
CAPTURE_EXPORT extern const char kVideoCaptureUseGpuMemoryBuffer[];
CAPTURE_EXPORT extern const char kDisableVideoCaptureUseGpuMemoryBuffer[];
CAPTURE_EXPORT bool IsVideoCaptureUseGpuMemoryBufferEnabled();
} // namespace switches
namespace features {
#if BUILDFLAG(IS_CHROMEOS_LACROS)
CAPTURE_EXPORT BASE_DECLARE_FEATURE(kLacrosAuraCapture);
#endif
} // namespace features
#endif // MEDIA_CAPTURE_CAPTURE_SWITCHES_H_