Inputstream
This includes classes and values that are used in the PVR inputstream.
Used on Inputstream methods in PVR instance class.
Modules | |
| class PVRCodec | |
| PVR codec identifier Used to exchange the desired codec type between Kodi and addon. | |
| class PVRStreamProperties | |
| PVR stream properties All information about a respective stream is stored in this, so that Kodi can process the data given by the addon after demux. | |
| class PVRStreamTimes | |
| Times of playing stream (Live TV and recordings) This class is used to transfer the necessary data when kodi::addon::PVRStreamProperties::GetStreamTimes is called. | |
| enum PVR_CODEC_TYPE | |
| Inputstream types To identify type on stream. | |
| struct PVR_CODEC | |
| Codec identification structure Identifier about stream between Kodi and addon. | |
| #define PVR_STREAM_MAX_STREAMS 20 |
Maximum of allowed streams.
| #define PVR_INVALID_CODEC_ID 0 |
Invalid codec identifier.
| #define PVR_INVALID_CODEC |
Invalid codec.