CallAudioStream Class
- java.
lang. Object - com.
azure. android. communication. calling. CallAudioStream
- com.
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. |
Stream |
getDirection()
Informs if the audio is Incoming or Outgoing |
Audio |
getState()
Informs the state of the Audio Stream. |
Audio |
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.