![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <GameClientStreams.h>
Public Member Functions | |
CGameClientStreams (CGameClient &gameClient) | |
void | Initialize (RETRO::IStreamManager &streamManager) |
void | Deinitialize () |
IGameClientStream * | OpenStream (const game_stream_properties &properties) |
void | CloseStream (IGameClientStream *stream) |
bool | EnableHardwareRendering (const game_hw_rendering_properties &properties) |
game_proc_address_t | GetHwProcedureAddress (const char *sym) |
bool | HardwareRenderingAttempted () const |
CGameClientStreams::CGameClientStreams | ( | CGameClient & | gameClient | ) |
void CGameClientStreams::CloseStream | ( | IGameClientStream * | stream | ) |
void CGameClientStreams::Deinitialize | ( | ) |
bool CGameClientStreams::EnableHardwareRendering | ( | const game_hw_rendering_properties & | properties | ) |
game_proc_address_t CGameClientStreams::GetHwProcedureAddress | ( | const char * | sym | ) |
|
inline |
void CGameClientStreams::Initialize | ( | RETRO::IStreamManager & | streamManager | ) |
IGameClientStream * CGameClientStreams::OpenStream | ( | const game_stream_properties & | properties | ) |