// Copyright 2016 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_PIPELINE_METADATA_H_ #define MEDIA_BASE_PIPELINE_METADATA_H_ #include "base/time/time.h" #include "media/base/audio_decoder_config.h" #include "media/base/video_decoder_config.h" #include "media/base/video_transformation.h" #include "ui/gfx/geometry/size.h" namespace media { // Metadata describing a pipeline once it has been initialized. struct MEDIA_EXPORT PipelineMetadata { … }; } // namespace media #endif // MEDIA_BASE_PIPELINE_METADATA_H_