@@ -43,8 +43,8 @@ namespace audio_tools {
4343 *
4444 * @note This base class does not include timer functionality
4545 * @note Use RTSPAudioStreamer for automatic timer-driven streaming
46- * @author Thomas Pfitzinger
47- * @version 0.2.0
46+ * @ingroup rtsp
47+ * @author Phil Schatzmann
4848 */
4949template <typename Platform>
5050class RTSPAudioStreamerBase {
@@ -617,8 +617,8 @@ class RTSPAudioStreamerBase {
617617 *
618618 * @note This is the recommended class for most use cases
619619 * @note Use RTSPAudioStreamerBase for custom streaming control
620- * @author Thomas Pfitzinger
621- * @version 0.2.0
620+ * @ingroup rtsp
621+ * @author Phil Schatzmann
622622 */
623623template <typename Platform>
624624class RTSPAudioStreamer : public RTSPAudioStreamerBase <Platform> {
@@ -770,8 +770,8 @@ class RTSPAudioStreamer : public RTSPAudioStreamerBase<Platform> {
770770 * @note Useful when hardware timers are limited or need different scheduling
771771 * @note Requires FreeRTOS support (ESP32, etc.)
772772 * @note Throttled mode provides more accurate timing but uses more CPU
773- * @author Thomas Pfitzinger
774- * @version 0.2.0
773+ * @ingroup rtsp
774+ * @author Phil Schatzmann
775775 */
776776template <typename Platform>
777777class RTSPAudioStreamerUsingTask : public RTSPAudioStreamerBase <Platform> {
0 commit comments