RawIncomingAudioStreamProperties Class

public class RawIncomingAudioStreamProperties extends RawAudioStreamProperties

Audio Properties For RawIncomingAudioStreams

Constructor Summary

Constructor Description
RawIncomingAudioStreamProperties()

Default constructor

Method Summary

Modifier and Type Method and Description
RawIncomingAudioStreamProperties setChannelMode(AudioStreamChannelMode value)

Channel Mode of Audio Stream

RawIncomingAudioStreamProperties setFormat(AudioStreamFormat value)

Audio Format of Audio Stream in the Call

RawIncomingAudioStreamProperties setSampleRate(AudioStreamSampleRate value)

Sample Rate of Audio Stream

Inherited Members

Constructor Details

RawIncomingAudioStreamProperties

public RawIncomingAudioStreamProperties()

Default constructor

Method Details

setChannelMode

public RawIncomingAudioStreamProperties setChannelMode(AudioStreamChannelMode value)

Channel Mode of Audio Stream

Parameters:

value - The new value.

setFormat

public RawIncomingAudioStreamProperties setFormat(AudioStreamFormat value)

Audio Format of Audio Stream in the Call

Parameters:

value - The new value.

setSampleRate

public RawIncomingAudioStreamProperties setSampleRate(AudioStreamSampleRate value)

Sample Rate of Audio Stream

Parameters:

value - The new value.

Applies to