Packages

trait Video extends ProgramVideoBase with InternetMetadata with HasArtworkInfo

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Video
  2. HasArtworkInfo
  3. InternetMetadata
  4. ProgramVideoBase
  5. Titled
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def addedDate: Option[Instant]
  2. abstract def artworkInfo: List[ArtworkInfo]
    Definition Classes
    HasArtworkInfo
  3. abstract def banner: String
  4. abstract def collectionRef: Option[Int]
  5. abstract def contentType: VideoContentType
  6. abstract def coverFile: String
  7. abstract def description: String
    Definition Classes
    ProgramVideoBase
  8. abstract def director: String
  9. abstract def episode: Option[Int]
    Definition Classes
    ProgramVideoBase
  10. abstract def fanart: String
  11. abstract def fileName: String
  12. abstract def genres: Set[String]
  13. abstract def hash: MythFileHash
  14. abstract def homePage: Option[String]
  15. abstract def hostName: String
  16. abstract def id: VideoId
  17. abstract def inetRef: Option[String]
    Definition Classes
    InternetMetadata
  18. abstract def length: Option[Duration]
  19. abstract def parentalLevel: ParentalLevel
  20. abstract def playCount: Int
  21. abstract def processed: Boolean
  22. abstract def rating: String
  23. abstract def releasedDate: Option[LocalDate]
  24. abstract def screenshot: String
  25. abstract def season: Option[Int]
    Definition Classes
    ProgramVideoBase
  26. abstract def studio: Option[String]
  27. abstract def subtitle: String
    Definition Classes
    Titled
  28. abstract def tagline: Option[String]
  29. abstract def title: String
    Definition Classes
    Titled
  30. abstract def trailer: String
  31. abstract def userRating: Double
  32. abstract def visible: Boolean
  33. abstract def watched: Boolean
  34. abstract def year: Option[Year]
    Definition Classes
    ProgramVideoBase

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def combinedTitle(sep: String): String
    Definition Classes
    Titled
  7. def combinedTitle: String
    Definition Classes
    Titled
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    Video → AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from HasArtworkInfo

Inherited from InternetMetadata

Inherited from ProgramVideoBase

Inherited from Titled

Inherited from AnyRef

Inherited from Any

Ungrouped