IncomingMixedAudioEvent Class

  • java.lang.Object
    • com.azure.android.communication.calling.IncomingMixedAudioEvent

public class IncomingMixedAudioEvent

Describes an IncomingMixedAudio event for when new audio data comes in

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.

RawAudioBuffer getAudioBuffer()

Audio Buffer that was received

RawIncomingAudioStreamProperties getStreamProperties()

Properties of the Raw Incoming Audio Buffer

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.

getAudioBuffer

public RawAudioBuffer getAudioBuffer()

Audio Buffer that was received

getStreamProperties

public RawIncomingAudioStreamProperties getStreamProperties()

Properties of the Raw Incoming Audio Buffer

Applies to