// Copyright 2012 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_BASE_VIDEO_RENDERER_H_ #define MEDIA_BASE_VIDEO_RENDERER_H_ #include <optional> #include "base/functional/callback_forward.h" #include "media/base/media_export.h" #include "media/base/pipeline_status.h" #include "media/base/time_source.h" namespace media { class CdmContext; class DemuxerStream; class RendererClient; class MEDIA_EXPORT VideoRenderer { … }; } // namespace media #endif // MEDIA_BASE_VIDEO_RENDERER_H_