@@ -43,8 +43,8 @@ namespace audio_tools {
43
43
*
44
44
* @note This base class does not include timer functionality
45
45
* @note Use RTSPAudioStreamer for automatic timer-driven streaming
46
- * @author Thomas Pfitzinger
47
- * @version 0.2.0
46
+ * @ingroup rtsp
47
+ * @author Phil Schatzmann
48
48
*/
49
49
template <typename Platform>
50
50
class RTSPAudioStreamerBase {
@@ -617,8 +617,8 @@ class RTSPAudioStreamerBase {
617
617
*
618
618
* @note This is the recommended class for most use cases
619
619
* @note Use RTSPAudioStreamerBase for custom streaming control
620
- * @author Thomas Pfitzinger
621
- * @version 0.2.0
620
+ * @ingroup rtsp
621
+ * @author Phil Schatzmann
622
622
*/
623
623
template <typename Platform>
624
624
class RTSPAudioStreamer : public RTSPAudioStreamerBase <Platform> {
@@ -770,8 +770,8 @@ class RTSPAudioStreamer : public RTSPAudioStreamerBase<Platform> {
770
770
* @note Useful when hardware timers are limited or need different scheduling
771
771
* @note Requires FreeRTOS support (ESP32, etc.)
772
772
* @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
775
775
*/
776
776
template <typename Platform>
777
777
class RTSPAudioStreamerUsingTask : public RTSPAudioStreamerBase <Platform> {
0 commit comments