Methods in rtspserver with parameters of type RtspSdp |
bool | RtspFile.readSdpFile(RtspSdp & rtspSdp) Reads rtspSdp from *.sdp file. |
abstract bool | RtspFile.saveHeader(const int ftIndex, RtspSdp & rtspSdp) Save sdp block into audio header. |
bool | RtspFile.writeSdpFile(RtspSdp & rtspSdp) Writes rtspSdp to *.sdp file. |
virtual bool | RtspFileAu.saveHeader(const int ftIndex, RtspSdp & rtspSdp) see parent class for more info, rtspSdp isn't used here |
virtual bool | RtspFileRaw.saveHeader(const int ftIndex, RtspSdp & rtspSdp) see parent class for more info |
virtual bool | RtspFileRtp.saveHeader(const int ftIndex, RtspSdp & rtspSdp) see parent class for more info |
virtual bool | RtspFileWav.saveHeader(const int ftIndex, RtspSdp & rtspSdp) see parent class for more info, rtspSdp isn't used here |