Searched refs:customInfo_ (Results 1 – 2 of 2) sorted by relevance
148 customInfo_ = mediaDemuxer_->GetUserMeta(); in GetAVMetadata()149 if (customInfo_ == nullptr) { in GetAVMetadata()153 … collectedAVMetaData_->SetData(AVMETA_KEY_TO_X_MAP.find(AV_KEY_CUSTOMINFO)->second, customInfo_); in GetAVMetadata()
84 std::shared_ptr<Meta> customInfo_; variable