trait Video extends ProgramVideoBase with InternetMetadata with HasArtworkInfo
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Video
- HasArtworkInfo
- InternetMetadata
- ProgramVideoBase
- Titled
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def addedDate: Option[Instant]
- abstract def artworkInfo: List[ArtworkInfo]
- Definition Classes
- HasArtworkInfo
- abstract def banner: String
- abstract def collectionRef: Option[Int]
- abstract def contentType: VideoContentType
- abstract def coverFile: String
- abstract def description: String
- Definition Classes
- ProgramVideoBase
- abstract def director: String
- abstract def episode: Option[Int]
- Definition Classes
- ProgramVideoBase
- abstract def fanart: String
- abstract def fileName: String
- abstract def genres: Set[String]
- abstract def hash: MythFileHash
- abstract def homePage: Option[String]
- abstract def hostName: String
- abstract def id: VideoId
- abstract def inetRef: Option[String]
- Definition Classes
- InternetMetadata
- abstract def length: Option[Duration]
- abstract def parentalLevel: ParentalLevel
- abstract def playCount: Int
- abstract def processed: Boolean
- abstract def rating: String
- abstract def releasedDate: Option[LocalDate]
- abstract def screenshot: String
- abstract def season: Option[Int]
- Definition Classes
- ProgramVideoBase
- abstract def studio: Option[String]
- abstract def subtitle: String
- Definition Classes
- Titled
- abstract def tagline: Option[String]
- abstract def title: String
- Definition Classes
- Titled
- abstract def trailer: String
- abstract def userRating: Double
- abstract def visible: Boolean
- abstract def watched: Boolean
- abstract def year: Option[Year]
- Definition Classes
- ProgramVideoBase
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def combinedTitle(sep: String): String
- Definition Classes
- Titled
- def combinedTitle: String
- Definition Classes
- Titled
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Video → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated