Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages

Stream buffers for hardware rendering and zero-copy support More...

#include <game.h>

Public Attributes

GAME_STREAM_TYPE type
 The stream type.
 
union { 
 
   game_stream_hw_framebuffer_buffer   hw_framebuffer 
 The audio stream packet. More...
 
   game_stream_sw_framebuffer_buffer   sw_framebuffer 
 The video stream packet. More...
 
};  
 

Detailed Description

Stream buffers for hardware rendering and zero-copy support

Member Data Documentation

◆ [union]

union { ... } game_stream_buffer

◆ hw_framebuffer

game_stream_hw_framebuffer_buffer game_stream_buffer::hw_framebuffer

The audio stream packet.

◆ sw_framebuffer

game_stream_sw_framebuffer_buffer game_stream_buffer::sw_framebuffer

The video stream packet.

◆ type

GAME_STREAM_TYPE game_stream_buffer::type

The stream type.


The documentation for this struct was generated from the following file: