Photon C++ Client API
5.0.7.3
|


Public Member Functions | |
| AudioDesc (int samplingRate, int channels) | |
| virtual int | getSamplingRate (void) const |
| Sampling rate of the audio signal (in Hz). More... | |
| virtual int | getChannels (void) const |
| Number of channels in the audio signal. More... | |
| virtual Common::JString | getError (void) const |
| If not null, audio object is in invalid state. More... | |
|
virtual |
Sampling rate of the audio signal (in Hz).
Implements IAudioDesc.
|
virtual |
Number of channels in the audio signal.
Implements IAudioDesc.
|
virtual |
If not null, audio object is in invalid state.
Implements IAudioDesc.