Class RemoteIncomingAudioStream


  • public final class RemoteIncomingAudioStream
    extends IncomingAudioStream
    An audio stream that utilizes physical device for playback
    • Constructor Detail

      • RemoteIncomingAudioStream

        public RemoteIncomingAudioStream()
        Default constructor
    • 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.