#include <Messages.hh>
Inheritance diagram for clSoundMsg:


Public Member Functions | |
| void | SetStart (char *, const stpSoundStart) |
| Start message from server. | |
| void | GetStart (const char *, stpSoundStart) |
| void | SetData (void *, const struct timeval *, const float *, int) |
| Datastream from server. | |
| void | SetData (void *, const struct timeval *, const double *, int) |
| void | SetData (void *, const float *, int) |
| void | SetData (void *, const double *, int) |
| int | GetData (const void *, struct timeval *, float *) |
| int | GetData (const void *, struct timeval *, double *) |
| void | GetData (const void *, float *, int) |
| void | GetData (const void *, double *, int) |
Definition at line 455 of file Messages.hh.
|
||||||||||||
|
Start message from server.
Definition at line 79 of file Messages.cc. References _stSoundStart::dSampleRate, GLOBAL_HEADER_LEN, _stSoundStart::iChannels, _stSoundStart::iCompress, and _stSoundStart::iFragmentSize. Referenced by clSoundSrv::ServeClientExec(), clSoundSrvA::ServeClientThread(), clSoundSrv2::ServeClientThread(), clFileSrv::ServeClientThread(), clComediSrv::ServeClientThread(), clBeamSrv2Master::ServeClientThread(), and clBeamSrvMaster::ServeClientThread(). |
|
||||||||||||
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Definition at line 97 of file Messages.cc. References _stSoundStart::dSampleRate, _stSoundStart::iChannels, _stSoundStart::iCompress, and _stSoundStart::iFragmentSize. Referenced by clStreamDist::AudioInThread(), main(), and clSoundUI::SoundInThread(). |
|
||||||||||||||||||||
|
Datastream from server.
Definition at line 107 of file Messages.cc. References clBaseMsg::EndianConv(), and GLOBAL_HEADER_LEN. Referenced by clSoundSrvA::AudioInThread(), clSoundSrv2::AudioInThread(), clComediSrv::AudioInThread(), clSoundSrv::InputExec(), clFileSrv::ServeClientThread(), clBeamSrv2Master::ServeClientThread(), and clBeamSrvMaster::ServeClientThread(). |
|
||||||||||||||||||||
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Definition at line 128 of file Messages.cc. References clBaseMsg::EndianConv(), and GLOBAL_HEADER_LEN. |
|
||||||||||||||||
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Definition at line 149 of file Messages.cc. References clBaseMsg::EndianConv(). |
|
||||||||||||||||
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Definition at line 161 of file Messages.cc. References clBaseMsg::EndianConv(). |
|
||||||||||||||||
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Definition at line 173 of file Messages.cc. References clBaseMsg::EndianConv(), and GLOBAL_HEADER_LEN. Referenced by clStreamDist::AudioInThread(), main(), and clSoundUI::SoundInThread(). |
|
||||||||||||||||
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Definition at line 196 of file Messages.cc. References clBaseMsg::EndianConv(), and GLOBAL_HEADER_LEN. |
|
||||||||||||||||
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Definition at line 219 of file Messages.cc. References clBaseMsg::EndianConv(). |
|
||||||||||||||||
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Definition at line 231 of file Messages.cc. References clBaseMsg::EndianConv(). |
1.3.3