Skip to content

Commit 0146429

Browse files
committed
RTSP corrections
1 parent 8d47bea commit 0146429

File tree

10 files changed

+1034
-28
lines changed

10 files changed

+1034
-28
lines changed

src/AudioTools/Communication/RTSP/RTSPAudioSource.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
#include "RTSPFormat.h"
66
#include "RTSPPlatform.h"
77

8-
/**
9-
* @defgroup rtsp RTSP Streaming
10-
* @ingroup communications
11-
* @file RTSPAudioSource.h
12-
* @author Phil Schatzmann
13-
* @copyright GPLv3
14-
*/
158

169
namespace audio_tools {
1710

src/AudioTools/Communication/RTSP/RTSPAudioStreamer.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
*/
4949
template <typename Platform>
5050
class 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
*/
623623
template <typename Platform>
624624
class 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
*/
776776
template <typename Platform>
777777
class RTSPAudioStreamerUsingTask : public RTSPAudioStreamerBase<Platform> {

0 commit comments

Comments
 (0)