Photon C++ Client API
5.0.7.3
|
Audio description interface. More...

Public Member Functions | |
| virtual int | getSamplingRate (void) const =0 |
| Sampling rate of the audio signal (in Hz). More... | |
| virtual int | getChannels (void) const =0 |
| Number of channels in the audio signal. More... | |
| virtual Common::JString | getError (void) const =0 |
| If not null, audio object is in invalid state. More... | |
Audio description interface.
|
pure virtual |
Sampling rate of the audio signal (in Hz).
Implemented in AudioDesc, and ToneAudioPusher< T >.
|
pure virtual |
Number of channels in the audio signal.
Implemented in AudioDesc, and ToneAudioPusher< T >.
|
pure virtual |
If not null, audio object is in invalid state.
Implemented in AudioDesc, and ToneAudioPusher< T >.