Kodi Development
22.0
for Binary and Script based Add-Ons
Loading...
Searching...
No Matches
stream_constants.h
1
/*
2
* Copyright (C) 2017-2020 Team Kodi
3
* This file is part of Kodi - https://kodi.tv
4
*
5
* SPDX-License-Identifier: GPL-2.0-or-later
6
* See LICENSES/README.md for more information.
7
*/
8
9
#ifndef C_API_ADDONINSTANCE_INPUTSTREAM_STREAMCONSTANTS_H
10
#define C_API_ADDONINSTANCE_INPUTSTREAM_STREAMCONSTANTS_H
11
18
#define STREAM_PROPERTY_INPUTSTREAM "inputstream"
19
28
#define STREAM_PROPERTY_INPUTSTREAM_PLAYER "inputstream-player"
29
42
#define STREAM_PROPERTY_INPUTSTREAM_INSTANCE_ID "inputstream-instance-id"
43
48
#define STREAM_PROPERTY_ISREALTIMESTREAM "isrealtimestream"
49
53
#define STREAM_PROPERTY_VALUE_INPUTSTREAMFFMPEG "inputstream.ffmpeg"
54
57
#define STREAM_MAX_PROPERTY_COUNT 30
58
59
#endif
/* !C_API_ADDONINSTANCE_INPUTSTREAM_STREAMCONSTANTS_H */
include
kodi
c-api
addon-instance
inputstream
stream_constants.h
Generated by
1.12.0