RawAudioStreamProperties Class
- java.
lang. Object - com.
azure. android. communication. calling. RawAudioStreamProperties
- com.
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. |
Audio |
getChannelMode()
Channel Mode of Audio Stream |
Audio |
getFormat()
Audio Format of Audio Stream in the Call |
Audio |
getSampleRate()
Sample Rate of Audio Stream |
Raw |
setChannelMode(AudioStreamChannelMode value)
Channel Mode of Audio Stream |
Raw |
setFormat(AudioStreamFormat value)
Audio Format of Audio Stream in the Call |
Raw |
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:
setFormat
public RawAudioStreamProperties setFormat(AudioStreamFormat value)
Audio Format of Audio Stream in the Call
Parameters:
setSampleRate
public RawAudioStreamProperties setSampleRate(AudioStreamSampleRate value)
Sample Rate of Audio Stream
Parameters: