| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Child class for *.au file type. Uses libsndfile to read au header and audio data.
Constructor Summary | |
RtspFileAu(const string & shortFilename) constructor |
Destructor Summary | |
virtual | ~RtspFileAu() deconstructor |
Method Summary | |
virtual bool | close() see parent class for more info |
virtual const string | fileExtensionString() see parent class for more info |
virtual bool | loadHeader(int * ftIndex, int * lengthInMs) see parent class for more info |
virtual bool | open(bool bReadWrite, int ftIndex) see parent class for more info |
virtual int | read(void * data, int max, unsigned short * pSeqNum, unsigned int * pTS) see parent class for more info, pSeqNum and pTS not used |
virtual bool | saveHeader(const int ftIndex, RtspSdp & rtspSdp) see parent class for more info, rtspSdp isn't used here |
virtual long | seek(const long samples, const int whence) see parent class for more info |
virtual int | write(void * data, int max, unsigned short uSeqNum, unsigned int uTS) see parent class for more info, pSeqNum and pTS not used |
Methods inherited from class rtspserver.RtspFile |
appendSdpFile, deleteLineSdpFile, filename, localFilename, readSdpFile, shortFilename, writeSdpFile |
Constructor Detail |
public RtspFileAu(const string & shortFilename)
Method Detail |
public virtual ~RtspFileAu()
Method Detail |
public virtual bool close()
public virtual const string fileExtensionString()
public virtual bool loadHeader(int * ftIndex, int * lengthInMs)
public virtual bool open(bool bReadWrite, int ftIndex)
public virtual int read(void * data, int max, unsigned short * pSeqNum, unsigned int * pTS)
public virtual bool saveHeader(const int ftIndex, RtspSdp & rtspSdp)
public virtual long seek(const long samples, const int whence)
public virtual int write(void * data, int max, unsigned short uSeqNum, unsigned int uTS)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |