RemoteIncomingAudioStream Class
- java.
lang. Object - CallAudioStream
- IncomingAudioStream
- com.
azure. android. communication. calling. RemoteIncomingAudioStream
- com.
public class RemoteIncomingAudioStream extends IncomingAudioStream
An audio stream that utilizes physical device for playback
Constructor Summary
Constructor | Description |
---|---|
RemoteIncomingAudioStream() |
Default constructor |
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
addOnStateChangedListener(AudioStreamStateChangedListener listener)
Adds the specified listener to receive OnStateChanged events. An event that occurs when a given audio stream state changes. |
void |
removeOnStateChangedListener(AudioStreamStateChangedListener listener)
Removes the specified listener to receive OnStateChanged events. An event that occurs when a given audio stream state changes. |
Inherited Members
Constructor Details
RemoteIncomingAudioStream
public RemoteIncomingAudioStream()
Default constructor
Method Details
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.
Parameters:
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.
Parameters: