trait RecorderAPI extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RecorderAPI
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def cancelNextRecording(cancel: Boolean): MythProtocolResult[Unit]
- abstract def changeBrightness(adjType: PictureAdjustType, up: Boolean): MythProtocolResult[Int]
- abstract def changeChannel(dir: ChannelChangeDirection): MythProtocolResult[Unit]
- abstract def changeColour(adjType: PictureAdjustType, up: Boolean): MythProtocolResult[Int]
- abstract def changeContrast(adjType: PictureAdjustType, up: Boolean): MythProtocolResult[Int]
- abstract def changeHue(adjType: PictureAdjustType, up: Boolean): MythProtocolResult[Int]
- abstract def checkChannel(channum: ChannelNumber): MythProtocolResult[Boolean]
- abstract def checkChannelPrefix(channumPrefix: ChannelNumber): MythProtocolResult[(Boolean, Option[CaptureCardId], Boolean, String)]
- abstract def fillPositionMap(start: VideoPositionFrame, end: VideoPositionFrame): MythProtocolResult[Map[VideoPositionFrame, Long]]
- abstract def finishRecording(): MythProtocolResult[Unit]
- abstract def frontendReady(): MythProtocolResult[Unit]
- abstract def getBrightness: MythProtocolResult[Int]
- abstract def getChannelInfo(chanId: ChanId): MythProtocolResult[Channel]
- abstract def getColour: MythProtocolResult[Int]
- abstract def getContrast: MythProtocolResult[Int]
- abstract def getCurrentRecording: MythProtocolResult[Recording]
- abstract def getFilePosition: MythProtocolResult[Long]
- abstract def getFrameRate: MythProtocolResult[Double]
- abstract def getFramesWritten: MythProtocolResult[Long]
- abstract def getHue: MythProtocolResult[Int]
- abstract def getInput: MythProtocolResult[String]
- abstract def getKeyframePos(desiredPos: VideoPositionFrame): MythProtocolResult[Long]
- abstract def getMaxBitrate: MythProtocolResult[Long]
- abstract def getNextProgramInfo(channum: ChannelNumber, dir: ChannelBrowseDirection, startTime: MythDateTime): MythProtocolResult[UpcomingProgram]
- abstract def getNextProgramInfo(chanId: ChanId, dir: ChannelBrowseDirection, startTime: MythDateTime): MythProtocolResult[UpcomingProgram]
- abstract def getRecording: MythProtocolResult[Recording]
- abstract def isRecording: MythProtocolResult[Boolean]
- abstract def pause(): MythProtocolResult[Unit]
- abstract def setChannel(channum: ChannelNumber): MythProtocolResult[Unit]
- abstract def setInput(inputName: String): MythProtocolResult[String]
- abstract def setLiveRecording(recordingState: Int): MythProtocolResult[Unit]
- abstract def setSignalMonitoringRate(rate: Int, notifyFrontend: Boolean): MythProtocolResult[Boolean]
- abstract def shouldSwitchCard(chanId: ChanId): MythProtocolResult[Boolean]
- abstract def spawnLiveTV(usePiP: Boolean, channumStart: ChannelNumber): MythProtocolResult[Unit]
- abstract def stopLiveTV(): MythProtocolResult[Unit]
- abstract def toggleChannelFavorite(channelGroup: String): MythProtocolResult[Unit]
- abstract def getFreeInputs(excludedCards: CaptureCardId*): MythProtocolResult[List[CardInput]]
- Annotations
- @deprecated
- Deprecated
(Since version MythTV 0.28) use MythProtocolApi.getFreeInputInfo
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
- 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