RawOutgoingAudioStreamProperties Class
- java.
lang. Object - RawAudioStreamProperties
- com.
azure. android. communication. calling. RawOutgoingAudioStreamProperties
- com.
public class RawOutgoingAudioStreamProperties extends RawAudioStreamProperties
Audio Properties For RawOutgoingAudioStreams
Constructor Summary
Constructor | Description |
---|---|
RawOutgoingAudioStreamProperties() |
Default constructor |
Method Summary
Modifier and Type | Method and Description |
---|---|
Audio |
getBufferDuration()
Specifies the size of sample data block expected to be sent through a given outgoing audio stream. |
Raw |
setBufferDuration(AudioStreamBufferDuration value)
Specifies the size of sample data block expected to be sent through a given outgoing 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 |
Inherited Members
Constructor Details
RawOutgoingAudioStreamProperties
public RawOutgoingAudioStreamProperties()
Default constructor
Method Details
getBufferDuration
public AudioStreamBufferDuration getBufferDuration()
Specifies the size of sample data block expected to be sent through a given outgoing audio stream.
setBufferDuration
public RawOutgoingAudioStreamProperties setBufferDuration(AudioStreamBufferDuration value)
Specifies the size of sample data block expected to be sent through a given outgoing audio stream.
Parameters:
setChannelMode
public RawOutgoingAudioStreamProperties setChannelMode(AudioStreamChannelMode value)
Channel Mode of Audio Stream
Parameters:
setFormat
public RawOutgoingAudioStreamProperties setFormat(AudioStreamFormat value)
Audio Format of Audio Stream in the Call
Parameters:
setSampleRate
public RawOutgoingAudioStreamProperties setSampleRate(AudioStreamSampleRate value)
Sample Rate of Audio Stream
Parameters: