Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Video codec add-on general variables More...
Topics | |
class VideoCodecInitdata | |
Initialization data to open a video codec stream. | |
struct VIDEOCODEC_PICTURE | |
Data structure which is given to the addon when a decoding call is made. | |
Enumerations | |
enum | VIDEOCODEC_RETVAL { VC_NONE = 0 , VC_ERROR , VC_BUFFER , VC_PICTURE , VC_EOF } |
Return values used by video decoder interface. More... | |
Video codec add-on general variables
Used to exchange the available options between Kodi and addon.
enum VIDEOCODEC_RETVAL |