CallAudioStream Class

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

public class CallAudioStream

Base class for all Audio Stream objects

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.

StreamDirection getDirection()

Informs if the audio is Incoming or Outgoing

AudioStreamState getState()

Informs the state of the Audio Stream.

AudioStreamType getType()

Informs the kind of the Audio Stream.

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.

getDirection

public StreamDirection getDirection()

Informs if the audio is Incoming or Outgoing

getState

public AudioStreamState getState()

Informs the state of the Audio Stream.

getType

public AudioStreamType getType()

Informs the kind of the Audio Stream.

Applies to