public class VideoBridge extends BaseMediaBridge implements IVideo, APIBridge
apiGroup| Constructor and Description |
|---|
VideoBridge(IVideo delegate)
Constructor with delegate.
|
| Modifier and Type | Method and Description |
|---|---|
IVideo |
getDelegate()
Get the delegate implementation.
|
APIResponse |
invoke(APIRequest request)
Invokes the given method specified in the API request object.
|
void |
playStream(java.lang.String url)
Play url video stream
|
void |
setDelegate(IVideo delegate)
Set the delegate implementation.
|
getAPIGroup, getAPIVersion, getJSONParserclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAPIGroup, getAPIVersionpublic VideoBridge(IVideo delegate)
delegate - The delegate implementing platform specific functions.public final IVideo getDelegate()
public final void setDelegate(IVideo delegate)
delegate - The delegate implementing platform specific functions.public void playStream(java.lang.String url)
playStream in interface IVideourl - of the videopublic APIResponse invoke(APIRequest request)
invoke in interface APIBridgeinvoke in class BaseMediaBridgerequest - APIRequest object containing method name and parameters.