Partilhar via


RawOutgoingAudioStreamProperties Class

public class RawOutgoingAudioStreamProperties extends RawAudioStreamProperties

Audio Properties For RawOutgoingAudioStreams

Constructor Summary

Constructor Description
RawOutgoingAudioStreamProperties()

Default constructor

Method Summary

Modifier and Type Method and 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 Stream

RawOutgoingAudioStreamProperties setFormat(AudioStreamFormat value)

Audio Format of Audio Stream in the Call

RawOutgoingAudioStreamProperties 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:

value - The new value.

setChannelMode

public RawOutgoingAudioStreamProperties setChannelMode(AudioStreamChannelMode value)

Channel Mode of Audio Stream

Parameters:

value - The new value.

setFormat

public RawOutgoingAudioStreamProperties setFormat(AudioStreamFormat value)

Audio Format of Audio Stream in the Call

Parameters:

value - The new value.

setSampleRate

public RawOutgoingAudioStreamProperties setSampleRate(AudioStreamSampleRate value)

Sample Rate of Audio Stream

Parameters:

value - The new value.

Applies to