de.clab.osami.conferencing.vlc.conferencingSystem
Interface IProcessor
- All Superinterfaces:
- IConfigurationChangeListener
- All Known Implementing Classes:
- VlcProcessor
public interface IProcessor
- extends IConfigurationChangeListener
start
java.lang.String start()
stop
java.lang.String stop()
validate
java.lang.String validate()
getRemoteVisualComponent
java.lang.Object getRemoteVisualComponent()
getLocalVisualComponent
java.lang.Object getLocalVisualComponent()
setRemoteVisualComponent
java.lang.String setRemoteVisualComponent(java.lang.Object component)
setLocalVisualComponent
java.lang.String setLocalVisualComponent(java.lang.Object component)
setConfiguration
java.lang.String setConfiguration(IConfiguration config)
getConfiguration
IConfiguration getConfiguration()
autoConfig
java.lang.String autoConfig()
getAudioDevices
java.util.ArrayList<java.lang.String> getAudioDevices()
getVideoDevices
java.util.ArrayList<java.lang.String> getVideoDevices()
getAudioCodecs
java.util.ArrayList<java.lang.String> getAudioCodecs()
getVideoCodecs
java.util.ArrayList<java.lang.String> getVideoCodecs()
init
java.lang.String init(IConfiguration config)
configure
void configure()