t

mythtv.connection.myth

RemoteEncoderAPILike

trait RemoteEncoderAPILike extends RemoteEncoder with RemoteEncoderAPI

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RemoteEncoderAPILike
  2. RemoteEncoderAPI
  3. RemoteEncoder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def cardId: CaptureCardId
    Definition Classes
    RemoteEncoder
  2. abstract def host: String
    Definition Classes
    RemoteEncoder
  3. abstract def port: Int
    Definition Classes
    RemoteEncoder
  4. abstract def protoApi: MythProtocolAPI
    Attributes
    protected

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 cancelNextRecording(cancel: Boolean): MythProtocolResult[Unit]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def getCurrentRecording: MythProtocolResult[Recording]
  11. def getFlags: MythProtocolResult[Int]
  12. def getFreeInputs(excludedCards: CaptureCardId*): MythProtocolResult[List[CardInput]]
  13. def getMaxBitrate: MythProtocolResult[Long]
  14. def getRecordingStatus: MythProtocolResult[RecStatus]
  15. def getSleepStatus: MythProtocolResult[SleepStatus]
  16. def getState: MythProtocolResult[TvState]
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def isBusy(timeBufferSeconds: Int): MythProtocolResult[(Boolean, Option[CardInput], Option[ChanId])]
  19. def isBusy: MythProtocolResult[(Boolean, Option[CardInput], Option[ChanId])]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def matchesRecording(rec: Recording): MythProtocolResult[Boolean]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def recordPending(secondsLeft: Int, hasLaterShowing: Boolean, rec: Recording): MythProtocolResult[Unit]
  26. def startRecording(rec: Recording): MythProtocolResult[RecStatus]
  27. def stopRecording(): MythProtocolResult[Unit]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    RemoteEncoder → AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. 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 RemoteEncoderAPI

Inherited from RemoteEncoder

Inherited from AnyRef

Inherited from Any

Ungrouped