代码拉取完成,页面将自动刷新
#ifndef CODECSTATS_H
#define CODECSTATS_H
#include <vector>
#include <map>
#include <stdint.h>
class Track;
class BufferedAtom;
class CodecStats {
public:
void init(Track &track, BufferedAtom *mdat);
//this is most useful for pcm, assuming we are lucky.
int fixed_size = 0; //zero we don't know
//if we don't know how to parse a codec, but we know the begin we can still ideintify it.
int64_t fixed_begin64 = 0;
int32_t fixed_begin32 = 0;
int32_t largestSample = 0;
int32_t smallestSample = (1<<20);
std::map<int32_t, float> beginnings32;
std::map<int64_t, float> beginnings64;
};
#endif // CODECSTATS_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。