Class RawOutgoingAudioStreamProperties
- Object
-
- RawAudioStreamProperties
-
- RawOutgoingAudioStreamProperties
-
public final class RawOutgoingAudioStreamProperties extends RawAudioStreamProperties
Audio Properties For RawOutgoingAudioStreams
-
-
Constructor Summary
Constructors Constructor Description RawOutgoingAudioStreamProperties()
Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AudioStreamBufferDuration
getBufferDuration()
Specifies the size of sample data block expected to be sent through a given outgoing audio stream.RawOutgoingAudioStreamProperties
setBufferDuration(AudioStreamBufferDuration value)
Specifies the size of sample data block expected to be sent through a given outgoing audio stream.RawOutgoingAudioStreamProperties
setChannelMode(AudioStreamChannelMode value)
Channel Mode of Audio StreamRawOutgoingAudioStreamProperties
setFormat(AudioStreamFormat value)
Audio Format of Audio Stream in the CallRawOutgoingAudioStreamProperties
setSampleRate(AudioStreamSampleRate value)
Sample Rate of Audio Stream-
Methods inherited from class RawAudioStreamProperties
finalize, getChannelMode, getFormat, getSampleRate
-
-
-
-
Method Detail
-
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:
value
- The new value.
-
setSampleRate
public RawOutgoingAudioStreamProperties setSampleRate(AudioStreamSampleRate value)
Sample Rate of Audio Stream- Overrides:
setSampleRate
in classRawAudioStreamProperties
- Parameters:
value
- The new value.
-
setChannelMode
public RawOutgoingAudioStreamProperties setChannelMode(AudioStreamChannelMode value)
Channel Mode of Audio Stream- Overrides:
setChannelMode
in classRawAudioStreamProperties
- Parameters:
value
- The new value.
-
setFormat
public RawOutgoingAudioStreamProperties setFormat(AudioStreamFormat value)
Audio Format of Audio Stream in the Call- Overrides:
setFormat
in classRawAudioStreamProperties
- Parameters:
value
- The new value.
-
-