Class VimeoAudioSourceManager.PlaybackFormat

  • Enclosing class:
    VimeoAudioSourceManager

    public static class VimeoAudioSourceManager.PlaybackFormat
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean isHls  
      java.lang.String url  
    • Constructor Summary

      Constructors 
      Constructor Description
      PlaybackFormat​(java.lang.String url, boolean isHls)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • url

        public final java.lang.String url
      • isHls

        public final boolean isHls
    • Constructor Detail

      • PlaybackFormat

        public PlaybackFormat​(java.lang.String url,
                              boolean isHls)