Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches

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. More...
 
   game_stream_video_packet   video 
 The video stream packet. More...
 
   game_stream_hw_framebuffer_packet   hw_framebuffer 
 The hardware framebuffer packet. More...
 
   game_stream_sw_framebuffer_packet   sw_framebuffer 
 The software framebuffer packet. More...
 
};  
 

Detailed Description

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.

Member Data Documentation

◆ [union]

union { ... } game_stream_packet

◆ audio

game_stream_audio_packet game_stream_packet::audio

The audio stream packet.

◆ hw_framebuffer

game_stream_hw_framebuffer_packet game_stream_packet::hw_framebuffer

The hardware framebuffer packet.

◆ sw_framebuffer

game_stream_sw_framebuffer_packet game_stream_packet::sw_framebuffer

The software framebuffer packet.

◆ type

GAME_STREAM_TYPE game_stream_packet::type

The stream type.

◆ video

game_stream_video_packet game_stream_packet::video

The video stream packet.


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