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

Method frameRate

src/rendering/PAGDecoder.cpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138float PAGDecoder::frameRate() {
139 std::lock_guard<std::mutex> autoLock(locker);
140 checkCompositionChange(getComposition());
141 return _frameRate;
142}
143
144bool PAGDecoder::checkFrameChanged(int index) {
145 std::lock_guard<std::mutex> autoLock(locker);

Callers 2

setFileInfoMethod · 0.45
GetFrameCountAndRateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected