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

PCM format for RTSP https://en.wikipedia.org/wiki/RTP_payload_formats. More...

#include <RTSP.h>

Inheritance diagram for RTSPFormatPCM:
RTSPFormatAudioTools

Public Member Functions

virtual void begin (AudioInfo info)
 
AudioInfo defaultConfig ()
 Provide a default format that will just work.
 
const char * format (char *buffer, int len) override
 Provides the GSM format information.
 
int fragmentSize ()
 
const char * name ()
 Proides the name.
 
void setFragmentSize (int fragmentSize)
 
void setName (const char *name)
 Defines the name.
 
void setTimerPeriod (int period)
 
int timerPeriod ()
 

Protected Member Functions

int format (int channels)
 
const char * payloadFormat (int sampleRate, int channels)
 

Protected Attributes

AudioInfo cfg
 
const char * name_str ="RTSP-Demo"
 
char payload_fromat [30]
 

Detailed Description

PCM format for RTSP https://en.wikipedia.org/wiki/RTP_payload_formats.

Author
Phil Schatzmann

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