ACSRawAudioStreamProperties Class
Declaration
@interface ACSRawAudioStreamProperties : NSObject;
Description
Base Class for All Raw Audio Properties needed to describe RawAudioStreams
Methods
Properties
sampleRate
Sample Rate of Audio Stream
@property ACSAudioStreamSampleRate sampleRate;
channelMode
Channel Mode of Audio Stream
@property ACSAudioStreamChannelMode channelMode;
format
Audio Format of Audio Stream in the Call
@property ACSAudioStreamFormat format;