|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <XBMCApp.h>
Public Member Functions | |
| ~CNativeWindow () | |
| bool | SetBuffersGeometry (int width, int height, int format) |
| int32_t | GetWidth () const |
| int32_t | GetHeight () const |
| ANativeWindow * | GetWindow () const |
Static Public Member Functions | |
| static std::shared_ptr< CNativeWindow > | CreateFromSurface (CJNISurfaceHolder holder) |
| CNativeWindow::~CNativeWindow | ( | ) |
|
static |
| int32_t CNativeWindow::GetHeight | ( | ) | const |
| int32_t CNativeWindow::GetWidth | ( | ) | const |
|
inline |