Class ExternalVideoItem

  • All Implemented Interfaces:

    
    public final class ExternalVideoItem
    extends VideoItem
                        

    Represents a video item in the source that need to be open with an external app

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

      • ExternalVideoItem

        ExternalVideoItem(String name, String link, String type, VideoItem.Quality quality)
        Parameters:
        name - Item name
        link - Item link
        type - Optional item subtext
        quality - Optional quality type (icon in the source list)
    • Method Detail