MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / GetRendererQObject

Method GetRendererQObject

src/QtPlayer.cpp:226–228  ·  view source on GitHub ↗

Get the Renderer pointer address (for Python to cast back into a QObject)

Source from the content-addressed store, hash-verified

224
225 // Get the Renderer pointer address (for Python to cast back into a QObject)
226 int64_t QtPlayer::GetRendererQObject() {
227 return (int64_t)(VideoRenderer*)p->renderer;
228 }
229
230 // Get the Playback speed
231 float QtPlayer::Speed() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected