kodi
|
Stream packet and ephemeral metadata More...
#include <game.h>
Public Attributes | |
GAME_STREAM_TYPE | type |
The stream type. | |
union { | |
game_stream_audio_packet audio | |
The audio stream packet. | |
game_stream_video_packet video | |
The video stream packet. | |
game_stream_hw_framebuffer_packet hw_framebuffer | |
The hardware framebuffer packet. | |
game_stream_sw_framebuffer_packet sw_framebuffer | |
The software framebuffer packet. | |
}; | |
Stream packet and ephemeral metadata
This packet contains stream data and accompanying metadata. The metadata is ephemeral, meaning it only applies to the current packet and can change from packet to packet in the same stream.