Package 

Class VideoWrapper


  • 
    public final class VideoWrapper
    
                        

    Wraps the obfuscated EmbedVideo class to provide nice method names and require only one central update if method names change after an update

    • Constructor Summary

      Constructors 
      Constructor Description
      VideoWrapper(EmbedVideo video)
    • Method Summary

      Modifier and Type Method Description
      final String getUrl()
      final String getProxyUrl()
      final Integer getHeight()
      final Integer getWidth()
      final EmbedVideo raw() Returns the raw (obfuscated) EmbedVideo Object associated with this wrapper
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait