Get the Renderer pointer address (for Python to cast back into a QObject)
| 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() { |
nothing calls this directly
no outgoing calls
no test coverage detected