Photon C++ Client API  5.0.7.3
Public Member Functions | List of all members
IAudioDesc Class Referenceabstract

Audio description interface. More...

Inheritance diagram for IAudioDesc:
Inheritance graph
[legend]

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...
 

Detailed Description

Audio description interface.

Member Function Documentation

◆ getSamplingRate()

virtual int getSamplingRate ( void  ) const
pure virtual

Sampling rate of the audio signal (in Hz).

Implemented in AudioDesc, and ToneAudioPusher< T >.

◆ getChannels()

virtual int getChannels ( void  ) const
pure virtual

Number of channels in the audio signal.

Implemented in AudioDesc, and ToneAudioPusher< T >.

◆ getError()

virtual Common::JString getError ( void  ) const
pure virtual

If not null, audio object is in invalid state.

Implemented in AudioDesc, and ToneAudioPusher< T >.