From 3cb8aa05f8cee9e860cf83531682ff0ed4af6a4f Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 4 Mar 2021 23:36:40 +0100 Subject: sync with upstream --- .../kodi-dev-kit/include/kodi/addon-instance/AudioDecoder.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/AudioDecoder.h') diff --git a/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/AudioDecoder.h b/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/AudioDecoder.h index a6bea7d..747225f 100644 --- a/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/AudioDecoder.h +++ b/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/AudioDecoder.h @@ -241,7 +241,7 @@ private: //============================================================================== /// -/// \addtogroup cpp_kodi_addon_audiodecoder +/// @addtogroup cpp_kodi_addon_audiodecoder /// @brief \cpp_class{ kodi::addon::CInstanceAudioDecoder } /// **Audio decoder add-on instance** /// @@ -289,9 +289,11 @@ private: /// |:------------------------------|---------------------------------------- /// | `point` | Addon type specification
At all addon types and for this kind always "kodi.audiodecoder". /// | `library_@PLATFORM@` | Sets the used library name, which is automatically set by cmake at addon build. -/// | `name` | The name of the decoder used in Kodi for display. /// | `extension` | The file extensions / styles supported by this addon. -/// | `tags` | Boolean to point out that addon can bring own information to replayed file, if `false` only the file name is used as info.
If `true`, \ref CInstanceAudioDecoder::ReadTag is used and must be implemented. +/// | `mimetype` | A stream URL mimetype where can be used to force to this addon. +/// | `name` | The name of the decoder used in Kodi for display. +/// | `tags` | Boolean to point out that addon can bring own information to replayed file, if `false` only the file name is used as info.
If `true`, @ref CInstanceAudioDecoder::ReadTag is used and must be implemented. +/// | `tracks` | Boolean to in inform one file can contains several different streams. /// /// -------------------------------------------------------------------------- /// -- cgit v1.2.3