Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::GAME::CGameClientStreams Class Reference

#include <GameClientStreams.h>

Public Member Functions

 CGameClientStreams (CGameClient &gameClient)
 
void Initialize (RETRO::IStreamManager &streamManager)
 
void Deinitialize ()
 
IGameClientStreamOpenStream (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
 

Constructor & Destructor Documentation

◆ CGameClientStreams()

CGameClientStreams::CGameClientStreams ( CGameClient & gameClient)

Member Function Documentation

◆ CloseStream()

void CGameClientStreams::CloseStream ( IGameClientStream * stream)

◆ Deinitialize()

void CGameClientStreams::Deinitialize ( )

◆ EnableHardwareRendering()

bool CGameClientStreams::EnableHardwareRendering ( const game_hw_rendering_properties & properties)
Todo
Finish OpenGL support

◆ GetHwProcedureAddress()

game_proc_address_t CGameClientStreams::GetHwProcedureAddress ( const char * sym)

◆ HardwareRenderingAttempted()

bool KODI::GAME::CGameClientStreams::HardwareRenderingAttempted ( ) const
inline

◆ Initialize()

void CGameClientStreams::Initialize ( RETRO::IStreamManager & streamManager)

◆ OpenStream()

IGameClientStream * CGameClientStreams::OpenStream ( const game_stream_properties & properties)

The documentation for this class was generated from the following files: