Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Inputstream types
To identify type on stream.
More...
Typedefs | |
typedef enum PVR_CODEC_TYPE | PVR_CODEC_TYPE |
Enumerations | |
enum | PVR_CODEC_TYPE { PVR_CODEC_TYPE_UNKNOWN = -1 , PVR_CODEC_TYPE_VIDEO , PVR_CODEC_TYPE_AUDIO , PVR_CODEC_TYPE_DATA , PVR_CODEC_TYPE_SUBTITLE , PVR_CODEC_TYPE_RDS , PVR_CODEC_TYPE_ID3 , PVR_CODEC_TYPE_NB } |
Inputstream types
To identify type on stream.
Used on kodi::addon::PVRStreamProperties::SetCodecType and kodi::addon::PVRStreamProperties::SetCodecType.
typedef enum PVR_CODEC_TYPE PVR_CODEC_TYPE |
enum PVR_CODEC_TYPE |
Enumerator | |
---|---|
PVR_CODEC_TYPE_UNKNOWN | To set nothing defined. |
PVR_CODEC_TYPE_VIDEO | To identify class PVRStreamProperties as Video. |
PVR_CODEC_TYPE_AUDIO | To identify class PVRStreamProperties as Audio. |
PVR_CODEC_TYPE_DATA | To identify class PVRStreamProperties as Data. With codec id related source identified. |
PVR_CODEC_TYPE_SUBTITLE | To identify class PVRStreamProperties as Subtitle. |
PVR_CODEC_TYPE_RDS | To identify class PVRStreamProperties as Radio RDS. |
PVR_CODEC_TYPE_ID3 | To identify class PVRStreamProperties as Audio ID3 tags. |
PVR_CODEC_TYPE_NB |