trait CaptureCard extends Tuner
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CaptureCard
- Tuner
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def audioDevice: Option[String]
- Definition Classes
- Tuner
- abstract def audioRateLimit: Option[Int]
- abstract def brightness: Int
- abstract def cardId: CaptureCardId
- Definition Classes
- Tuner
- abstract def cardType: Option[String]
- abstract def channelTimeout: Int
- abstract def colour: Int
- abstract def contrast: Int
- abstract def diseqcId: Option[Int]
- abstract def dvbDiseqcType: Option[Int]
- abstract def dvbEitScan: Boolean
- abstract def dvbOnDemand: Boolean
- abstract def dvbSatType: Option[Int]
- abstract def dvbSwFilter: Option[Int]
- abstract def dvbTuningDelay: Int
- abstract def dvbWaitForSeqStart: Boolean
- abstract def firewireConnection: Option[Int]
- abstract def firewireModel: Option[String]
- abstract def firewireSpeed: Option[Int]
- abstract def hostName: String
- abstract def hue: Int
- abstract def signalTimeout: Int
- abstract def skipBtAudio: Boolean
- abstract def vbiDevice: Option[String]
- Definition Classes
- Tuner
- abstract def videoDevice: Option[String]
- Definition Classes
- Tuner
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()
- 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
- CaptureCard → 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