Lines Matching refs:Format
36 …sp;std::shared_ptr<StreamSource> &stream, const Format &formats)…
40 | Source | const Format &GetSourceStreamFormat() const; | 获取音视频流格式 |
41 | Format | bool PutIntValue(const std::string &key, int32_t value); | …
42 | Format | bool PutLongValue(const std::string &key, int64_t value); |…
43 | Format | bool PutFloatValue(const std::string &key, float value); | …
44 | Format | bool PutDoubleValue(const std::string &key, double value); …
45 | Format | bool PutStringValue(const std::string &key, const std::stri…
46 | Format | bool GetIntValue(const std::string &key, int32_t &value…
47 | Format | bool GetLongValue(const std::string &key, int64_t &valu…
48 | Format | bool GetFloatValue(const std::string &key, float &value…
49 | Format | bool GetDoubleValue(const std::string &key, double &val…
50 | Format | bool GetStringValue(const std::string &key, std::string &am…
51 | Format | const std::map<std::string, FormatData \*> &GetFormatMap()…
52 | Format | bool CopyFrom(const Format &format); | 用输入Format设置所有元数据 |