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