Photon Voice v2.53

Properties | List of all members
IAudioDesc Interface Reference

Audio Source interface. More...

Inherits IDisposable.

Inherited by AudioDesc, IAudioPusher< T >, and IAudioReader< T >.

Properties

int SamplingRate [get]
 Sampling rate of the audio signal (in Hz). More...
 
int Channels [get]
 Number of channels in the audio signal. More...
 
string Error [get]
 If not null, audio object is in invalid state. More...
 

Detailed Description

Audio Source interface.

Property Documentation

◆ Channels

int Channels
get

Number of channels in the audio signal.

◆ Error

string Error
get

If not null, audio object is in invalid state.

◆ SamplingRate

int SamplingRate
get

Sampling rate of the audio signal (in Hz).