Package knf.hydra.core.models.data
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
-
-
Constructor Summary
Constructors Constructor Description ExternalVideoItem(String name, String link, String type, VideoItem.Quality quality)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
ExternalVideoItem
ExternalVideoItem(String name, String link, String type, VideoItem.Quality quality)
- Parameters:
name- Item namelink- Item linktype- Optional item subtextquality- Optional quality type (icon in the source list)
-
-
-
-