com.toremote.gateway.plugin
Interface PlayerInterface


public interface PlayerInterface


Method Summary
 StreamInfo getInputStream(java.util.Map<java.lang.String,java.lang.String> properties)
          Invoked when client request to play a recorded file
 

Method Detail

getInputStream

StreamInfo getInputStream(java.util.Map<java.lang.String,java.lang.String> properties)
Invoked when client request to play a recorded file

Parameters:
properties - parameter transfered from client side
Returns:
The stream information for the recorded file. You can load the recorded file from your database and return the input stream for playback.
See Also:
StreamInfo