arduino-audio-tools
Public Member Functions | Protected Attributes | List of all members
RTSPOutputPCMInfo Class Reference

PCMInfo subclass which provides the audio information from the related AudioStream Depends on the https://github.com/pschatzmann/Micro-RTSP-Audio/ library. More...

#include <RTSP.h>

Inheritance diagram for RTSPOutputPCMInfo:

Public Member Functions

virtual void begin (AudioStream &stream)
 
int getChannels () override
 
int getSampleRate () override
 
int getSampleSizeBytes () override
 
virtual void setAudioInfo (AudioInfo ai)
 

Protected Attributes

AudioStreamp_stream = nullptr
 

Detailed Description

PCMInfo subclass which provides the audio information from the related AudioStream Depends on the https://github.com/pschatzmann/Micro-RTSP-Audio/ library.

Author
Phil Schatzmann

The documentation for this class was generated from the following file: