Searched defs:CodecScopeGuard (Results 1 – 2 of 2) sorted by relevance
22 …explicit CodecScopeGuard(std::function<void()> onExitFunc) : exitFunc_(std::move(onExitFunc)), sac… in CodecScopeGuard() function