|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Macros | |
| #define | STREAM_PROPERTY_INPUTSTREAM "inputstream" |
| The name of the inputstream add-on that should be used by Kodi to play the stream. | |
| #define | STREAM_PROPERTY_INPUTSTREAM_PLAYER "inputstream-player" |
| The name of the default player to use for this inputstream add-on that should be used by Kodi to play the stream. | |
| #define | STREAM_PROPERTY_INPUTSTREAM_INSTANCE_ID "inputstream-instance-id" |
| Identification string for an input stream. | |
| #define | STREAM_PROPERTY_ISREALTIMESTREAM "isrealtimestream" |
| "true" to denote that the stream that should be played is a realtime stream. Any other value indicates that this is not a realtime stream. | |
| #define | STREAM_PROPERTY_VALUE_INPUTSTREAMFFMPEG "inputstream.ffmpeg" |
| Special value for STREAM_PROPERTY_INPUTSTREAM to use ffmpeg to directly play a stream URL. | |
| #define | STREAM_MAX_PROPERTY_COUNT 30 |
| Max number of properties that can be sent to an Inputstream addon. | |