Class RemoteIncomingAudioStream
- Object
-
- CallAudioStream
-
- IncomingAudioStream
-
- RemoteIncomingAudioStream
-
public final class RemoteIncomingAudioStream extends IncomingAudioStream
An audio stream that utilizes physical device for playback
-
-
Constructor Summary
Constructors Constructor Description RemoteIncomingAudioStream()
Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addOnStateChangedListener(AudioStreamStateChangedListener listener)
Adds the specified listener to receive OnStateChanged events.void
removeOnStateChangedListener(AudioStreamStateChangedListener listener)
Removes the specified listener to receive OnStateChanged events.-
Methods inherited from class CallAudioStream
finalize, getDirection, getState, getType
-
-
-
-
Method Detail
-
addOnStateChangedListener
public void addOnStateChangedListener(AudioStreamStateChangedListener listener)
Adds the specified listener to receive OnStateChanged events. An event that occurs when a given audio stream state changes.
-
removeOnStateChangedListener
public void removeOnStateChangedListener(AudioStreamStateChangedListener listener)
Removes the specified listener to receive OnStateChanged events. An event that occurs when a given audio stream state changes.
-
-