public class Video extends Object implements Html5Player.IVideo
Default implementation of Html5Player.IVideo
public Video(String url)
Construct.
url - The video url as stringpublic Video(String url, String mediaType)
Construct.
url - The video url as stringmediaType - The media type of videopublic String getUrl()
getUrl in interface Html5Player.IVideopublic String getMediaType()
getMediaType in interface Html5Player.IVideoCopyright © 2011–2014 AgileCoders. All rights reserved.