5 #ifndef MEDIA_FORMATS_WEBM_WEBM_VIDEO_CLIENT_H_
6 #define MEDIA_FORMATS_WEBM_WEBM_VIDEO_CLIENT_H_
12 #include "packager/media/base/video_stream_info.h"
13 #include "packager/media/formats/webm/webm_parser.h"
17 class VideoDecoderConfig;
36 const std::string& codec_id,
37 const std::vector<uint8_t>& codec_private,
42 bool OnUInt(
int id, int64_t val)
override;
43 bool OnBinary(
int id,
const uint8_t* data,
int size)
override;
44 bool OnFloat(
int id,
double val)
override;
47 int64_t pixel_height_;
52 int64_t display_width_;
53 int64_t display_height_;
54 int64_t display_unit_;
63 #endif // MEDIA_FORMATS_WEBM_WEBM_VIDEO_CLIENT_H_