Kodi Development  20.0
for Binary and Script based Add-Ons
Definitions, structures and enumerators

Detailed Description

Video codec add-on general variables

Used to exchange the available options between Kodi and addon.

Modules

 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.
 

Enumeration Type Documentation

◆ VIDEOCODEC_RETVAL

Return values used by video decoder interface.

Enumerator
VC_NONE 

Noop.

VC_ERROR 

An error occured, no other messages will be returned.

VC_BUFFER 

The decoder needs more data.

VC_PICTURE 

The decoder got a picture.

VC_EOF 

The decoder signals EOF.