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

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...
 

Detailed Description

Video codec add-on general variables

Used to exchange the available options between Kodi and addon.

Enumeration Type Documentation

◆ VIDEOCODEC_RETVAL

Return values used by video decoder interface.

Enumerator
VC_NONE 

Noop.

VC_ERROR 

An error occurred, 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.