summaryrefslogtreecommitdiffstats
path: root/xbmc/addons/kodi-dev-kit/include/kodi/AudioEngine.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2021-03-04 23:36:40 +0100
committermanuel <manuel@mausz.at>2021-03-04 23:36:40 +0100
commit3cb8aa05f8cee9e860cf83531682ff0ed4af6a4f (patch)
tree921f4829b32126f80f9113c124f2e14c0ebce8d9 /xbmc/addons/kodi-dev-kit/include/kodi/AudioEngine.h
parentbe933ef2241d79558f91796cc5b3a161f72ebf9c (diff)
downloadkodi-pvr-build-Matrix.tar.gz
kodi-pvr-build-Matrix.tar.bz2
kodi-pvr-build-Matrix.zip
sync with upstreamMatrix
Diffstat (limited to 'xbmc/addons/kodi-dev-kit/include/kodi/AudioEngine.h')
-rw-r--r--xbmc/addons/kodi-dev-kit/include/kodi/AudioEngine.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xbmc/addons/kodi-dev-kit/include/kodi/AudioEngine.h b/xbmc/addons/kodi-dev-kit/include/kodi/AudioEngine.h
index 36d1dd1..c6f8c4f 100644
--- a/xbmc/addons/kodi-dev-kit/include/kodi/AudioEngine.h
+++ b/xbmc/addons/kodi-dev-kit/include/kodi/AudioEngine.h
@@ -68,7 +68,7 @@ namespace audioengine
68/// 68///
69/// ------------------------------------------------------------------------ 69/// ------------------------------------------------------------------------
70/// 70///
71/// It has the header \ref AudioEngine.h "#include <kodi/AudioEngine.h>" be included 71/// It has the header @ref AudioEngine.h "#include <kodi/AudioEngine.h>" be included
72/// to enjoy it. 72/// to enjoy it.
73/// 73///
74//------------------------------------------------------------------------------ 74//------------------------------------------------------------------------------
@@ -262,8 +262,8 @@ public:
262 /// @brief Contructs new class to an Kodi IAEStream in the format specified. 262 /// @brief Contructs new class to an Kodi IAEStream in the format specified.
263 /// 263 ///
264 /// @param[in] format The data format the incoming audio will be in 264 /// @param[in] format The data format the incoming audio will be in
265 /// (e.g. \ref AUDIOENGINE_FMT_S16LE) 265 /// (e.g. @ref AUDIOENGINE_FMT_S16LE)
266 /// @param[in] options [opt] A bit field of stream options (see: enum \ref AudioEngineStreamOptions) 266 /// @param[in] options [opt] A bit field of stream options (see: enum @ref AudioEngineStreamOptions)
267 /// 267 ///
268 /// 268 ///
269 /// ------------------------------------------------------------------------ 269 /// ------------------------------------------------------------------------