Kodi's render capture.
Class: RenderCapture()
getWidth | ( | ) |
Function: getWidth()
To get width of captured image as set during RenderCapture.capture(). Returns 0 prior to calling capture.
getHeight | ( | ) |
Function: getHeight()
To get height of captured image as set during RenderCapture.capture(). Returns 0 prior to calling capture.
getAspectRatio | ( | ) |
Function: getAspectRatio()
|
inline |
Function: getImageFormat()
|
inline |
Function: getImage([msecs])
msecs | [opt] Milliseconds to wait. Waits 1000ms if not specified |
|
inline |
Function: capture(width, height)
width | Width capture image should be rendered to |
height | Height capture image should should be rendered to |