MCPcopy Create free account
hub / github.com/Tencent/libpag / StringToTimeStretchMode

Function StringToTimeStretchMode

exporter/src/export/Marker.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98static pag::PAGTimeStretchMode StringToTimeStretchMode(const std::string& str) {
99 return TimeStretchModeConvert::FromString(str);
100}
101
102static pag::PAGScaleMode StringToScaleMode(const std::string& str) {
103 auto iter = ScaleModeConvert::stringToModeMap.find(str);

Callers 1

GetTimeStretchInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected