#ifndef MEDIA_BASE_DECRYPT_CONFIG_H_
#define MEDIA_BASE_DECRYPT_CONFIG_H_
#include <stdint.h>
#include <iosfwd>
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include "media/base/encryption_pattern.h"
#include "media/base/encryption_scheme.h"
#include "media/base/media_export.h"
#include "media/base/subsample_entry.h"
namespace media {
class MEDIA_EXPORT DecryptConfig { … };
inline std::ostream& operator<<(std::ostream& os,
const media::DecryptConfig& obj) { … }
}
#endif