com.smaxe.uv.client
Interface IMicrophone

All Known Implementing Classes:
AbstractMicrophone, MediaStreamMicrophone

public interface IMicrophone

IMicrophone - microphone interface.

Version:
1.5.12
Author:
Andrei Sochirca
See Also:
JUV RTMP Client

Nested Class Summary
static interface IMicrophone.IListener
          IListener - microphone listener.
static class IMicrophone.ListenerAdapter
          ListenerAdapter - IMicrophone.IListener adapter.
 
Method Summary
 void addListener(IMicrophone.IListener listener)
          Adds a new listener.
 void removeListener(IMicrophone.IListener listener)
          Removes the listener.
 

Method Detail

addListener

void addListener(IMicrophone.IListener listener)
Adds a new listener.

Parameters:
listener - listener to add

removeListener

void removeListener(IMicrophone.IListener listener)
Removes the listener.

Parameters:
listener - listener to remove