t

mythtv.connection.myth

RecorderAPILike

trait RecorderAPILike extends RemoteEncoder with RecorderAPI

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RecorderAPILike
  2. RecorderAPI
  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]
    Definition Classes
    RecorderAPILikeRecorderAPI
  6. def changeBrightness(adjType: PictureAdjustType, up: Boolean): MythProtocolResult[Int]
    Definition Classes
    RecorderAPILikeRecorderAPI
  7. def changeChannel(dir: ChannelChangeDirection): MythProtocolResult[Unit]
    Definition Classes
    RecorderAPILikeRecorderAPI
  8. def changeColour(adjType: PictureAdjustType, up: Boolean): MythProtocolResult[Int]
    Definition Classes
    RecorderAPILikeRecorderAPI
  9. def changeContrast(adjType: PictureAdjustType, up: Boolean): MythProtocolResult[Int]
    Definition Classes
    RecorderAPILikeRecorderAPI
  10. def changeHue(adjType: PictureAdjustType, up: Boolean): MythProtocolResult[Int]
    Definition Classes
    RecorderAPILikeRecorderAPI
  11. def checkChannel(channum: ChannelNumber): MythProtocolResult[Boolean]
    Definition Classes
    RecorderAPILikeRecorderAPI
  12. def checkChannelPrefix(channumPrefix: ChannelNumber): MythProtocolResult[(Boolean, Option[CaptureCardId], Boolean, String)]
    Definition Classes
    RecorderAPILikeRecorderAPI
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def fillPositionMap(start: VideoPositionFrame, end: VideoPositionFrame): MythProtocolResult[Map[VideoPositionFrame, Long]]
    Definition Classes
    RecorderAPILikeRecorderAPI
  17. def finishRecording(): MythProtocolResult[Unit]
    Definition Classes
    RecorderAPILikeRecorderAPI
  18. def frontendReady(): MythProtocolResult[Unit]
    Definition Classes
    RecorderAPILikeRecorderAPI
  19. def getBrightness: MythProtocolResult[Int]
    Definition Classes
    RecorderAPILikeRecorderAPI
  20. def getChannelInfo(chanId: ChanId): MythProtocolResult[Channel]
    Definition Classes
    RecorderAPILikeRecorderAPI
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def getColour: MythProtocolResult[Int]
    Definition Classes
    RecorderAPILikeRecorderAPI
  23. def getContrast: MythProtocolResult[Int]
    Definition Classes
    RecorderAPILikeRecorderAPI
  24. def getCurrentRecording: MythProtocolResult[Recording]
    Definition Classes
    RecorderAPILikeRecorderAPI
  25. def getFilePosition: MythProtocolResult[Long]
    Definition Classes
    RecorderAPILikeRecorderAPI
  26. def getFrameRate: MythProtocolResult[Double]
    Definition Classes
    RecorderAPILikeRecorderAPI
  27. def getFramesWritten: MythProtocolResult[Long]
    Definition Classes
    RecorderAPILikeRecorderAPI
  28. def getFreeInputs(excludedCards: CaptureCardId*): MythProtocolResult[List[CardInput]]
    Definition Classes
    RecorderAPILikeRecorderAPI
  29. def getHue: MythProtocolResult[Int]
    Definition Classes
    RecorderAPILikeRecorderAPI
  30. def getInput: MythProtocolResult[String]
    Definition Classes
    RecorderAPILikeRecorderAPI
  31. def getKeyframePos(desiredPos: VideoPositionFrame): MythProtocolResult[Long]
    Definition Classes
    RecorderAPILikeRecorderAPI
  32. def getMaxBitrate: MythProtocolResult[Long]
    Definition Classes
    RecorderAPILikeRecorderAPI
  33. def getNextProgramInfo(channum: ChannelNumber, dir: ChannelBrowseDirection, startTime: MythDateTime): MythProtocolResult[UpcomingProgram]
    Definition Classes
    RecorderAPILikeRecorderAPI
  34. def getNextProgramInfo(chanId: ChanId, dir: ChannelBrowseDirection, startTime: MythDateTime): MythProtocolResult[UpcomingProgram]
    Definition Classes
    RecorderAPILikeRecorderAPI
  35. def getRecording: MythProtocolResult[Recording]
    Definition Classes
    RecorderAPILikeRecorderAPI
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def isRecording: MythProtocolResult[Boolean]
    Definition Classes
    RecorderAPILikeRecorderAPI
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. def pause(): MythProtocolResult[Unit]
    Definition Classes
    RecorderAPILikeRecorderAPI
  43. def setChannel(channum: ChannelNumber): MythProtocolResult[Unit]
    Definition Classes
    RecorderAPILikeRecorderAPI
  44. def setInput(inputName: String): MythProtocolResult[String]
    Definition Classes
    RecorderAPILikeRecorderAPI
  45. def setLiveRecording(recordingState: Int): MythProtocolResult[Unit]
    Definition Classes
    RecorderAPILikeRecorderAPI
  46. def setSignalMonitoringRate(rate: Int, notifyFrontend: Boolean): MythProtocolResult[Boolean]
    Definition Classes
    RecorderAPILikeRecorderAPI
  47. def shouldSwitchCard(chanId: ChanId): MythProtocolResult[Boolean]
    Definition Classes
    RecorderAPILikeRecorderAPI
  48. def spawnLiveTV(usePiP: Boolean, channumStart: ChannelNumber): MythProtocolResult[Unit]
    Definition Classes
    RecorderAPILikeRecorderAPI
  49. def stopLiveTV(): MythProtocolResult[Unit]
    Definition Classes
    RecorderAPILikeRecorderAPI
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    RemoteEncoder → AnyRef → Any
  52. def toggleChannelFavorite(channelGroup: String): MythProtocolResult[Unit]
    Definition Classes
    RecorderAPILikeRecorderAPI
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  55. 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 RecorderAPI

Inherited from RemoteEncoder

Inherited from AnyRef

Inherited from Any

Ungrouped