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 AudioStreamBufferDurationgetBufferDuration()Specifies the size of sample data block expected to be sent through a given outgoing audio stream.RawOutgoingAudioStreamPropertiessetBufferDuration(AudioStreamBufferDuration value)Specifies the size of sample data block expected to be sent through a given outgoing audio stream.RawOutgoingAudioStreamPropertiessetChannelMode(AudioStreamChannelMode value)Channel Mode of Audio StreamRawOutgoingAudioStreamPropertiessetFormat(AudioStreamFormat value)Audio Format of Audio Stream in the CallRawOutgoingAudioStreamPropertiessetSampleRate(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:
 setSampleRatein classRawAudioStreamProperties- Parameters:
 value- The new value.
 
- 
setChannelMode
public RawOutgoingAudioStreamProperties setChannelMode(AudioStreamChannelMode value)
Channel Mode of Audio Stream- Overrides:
 setChannelModein classRawAudioStreamProperties- Parameters:
 value- The new value.
 
- 
setFormat
public RawOutgoingAudioStreamProperties setFormat(AudioStreamFormat value)
Audio Format of Audio Stream in the Call- Overrides:
 setFormatin classRawAudioStreamProperties- Parameters:
 value- The new value.
 
 - 
 
 -