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

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
}
 

Detailed Description

Inputstream types
To identify type on stream.

Used on kodi::addon::PVRStreamProperties::SetCodecType and kodi::addon::PVRStreamProperties::SetCodecType.

Typedef Documentation

◆ PVR_CODEC_TYPE

Enumeration Type Documentation

◆ 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