RawAudioStreamProperties Class

  • java.lang.Object
    • com.azure.android.communication.calling.RawAudioStreamProperties

public class RawAudioStreamProperties

Base Class for All Raw Audio Properties needed to describe RawAudioStreams

Method Summary

Modifier and Type Method and Description
void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

AudioStreamChannelMode getChannelMode()

Channel Mode of Audio Stream

AudioStreamFormat getFormat()

Audio Format of Audio Stream in the Call

AudioStreamSampleRate getSampleRate()

Sample Rate of Audio Stream

RawAudioStreamProperties setChannelMode(AudioStreamChannelMode value)

Channel Mode of Audio Stream

RawAudioStreamProperties setFormat(AudioStreamFormat value)

Audio Format of Audio Stream in the Call

RawAudioStreamProperties setSampleRate(AudioStreamSampleRate value)

Sample Rate of Audio Stream

Method Details

finalize

protected void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

getChannelMode

public AudioStreamChannelMode getChannelMode()

Channel Mode of Audio Stream

getFormat

public AudioStreamFormat getFormat()

Audio Format of Audio Stream in the Call

getSampleRate

public AudioStreamSampleRate getSampleRate()

Sample Rate of Audio Stream

setChannelMode

public RawAudioStreamProperties setChannelMode(AudioStreamChannelMode value)

Channel Mode of Audio Stream

Parameters:

value - The new value.

setFormat

public RawAudioStreamProperties setFormat(AudioStreamFormat value)

Audio Format of Audio Stream in the Call

Parameters:

value - The new value.

setSampleRate

public RawAudioStreamProperties setSampleRate(AudioStreamSampleRate value)

Sample Rate of Audio Stream

Parameters:

value - The new value.

Applies to