Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
VideoManagerTypes.h File Reference
#include <string>

Classes

struct  VideoAssetInfo
 

Enumerations

enum class  VideoAssetTypeOwner { UNKNOWN = -1 , SYSTEM = 0 , AUTO = 1 , USER = 2 }
 
enum class  VideoAssetType : int { UNKNOWN = -1 , VERSION = 0 , EXTRA = 1 }
 
enum class  MediaRole { NewVersion , Parent }
 

Enumeration Type Documentation

◆ MediaRole

enum class MediaRole
strong
Enumerator
NewVersion 
Parent 

◆ VideoAssetType

enum class VideoAssetType : int
strong
Enumerator
UNKNOWN 
VERSION 
EXTRA 

◆ VideoAssetTypeOwner

enum class VideoAssetTypeOwner
strong
Enumerator
UNKNOWN 
SYSTEM 
AUTO 
USER