trait RecorderAPILike extends RemoteEncoder with RecorderAPI
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RecorderAPILike
- RecorderAPI
- RemoteEncoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def cardId: CaptureCardId
- Definition Classes
- RemoteEncoder
- abstract def host: String
- Definition Classes
- RemoteEncoder
- abstract def port: Int
- Definition Classes
- RemoteEncoder
- abstract def protoApi: MythProtocolAPI
- Attributes
- protected
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 cancelNextRecording(cancel: Boolean): MythProtocolResult[Unit]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def changeBrightness(adjType: PictureAdjustType, up: Boolean): MythProtocolResult[Int]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def changeChannel(dir: ChannelChangeDirection): MythProtocolResult[Unit]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def changeColour(adjType: PictureAdjustType, up: Boolean): MythProtocolResult[Int]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def changeContrast(adjType: PictureAdjustType, up: Boolean): MythProtocolResult[Int]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def changeHue(adjType: PictureAdjustType, up: Boolean): MythProtocolResult[Int]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def checkChannel(channum: ChannelNumber): MythProtocolResult[Boolean]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def checkChannelPrefix(channumPrefix: ChannelNumber): MythProtocolResult[(Boolean, Option[CaptureCardId], Boolean, String)]
- Definition Classes
- RecorderAPILike → RecorderAPI
- 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
- def fillPositionMap(start: VideoPositionFrame, end: VideoPositionFrame): MythProtocolResult[Map[VideoPositionFrame, Long]]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def finishRecording(): MythProtocolResult[Unit]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def frontendReady(): MythProtocolResult[Unit]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def getBrightness: MythProtocolResult[Int]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def getChannelInfo(chanId: ChanId): MythProtocolResult[Channel]
- Definition Classes
- RecorderAPILike → RecorderAPI
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getColour: MythProtocolResult[Int]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def getContrast: MythProtocolResult[Int]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def getCurrentRecording: MythProtocolResult[Recording]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def getFilePosition: MythProtocolResult[Long]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def getFrameRate: MythProtocolResult[Double]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def getFramesWritten: MythProtocolResult[Long]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def getFreeInputs(excludedCards: CaptureCardId*): MythProtocolResult[List[CardInput]]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def getHue: MythProtocolResult[Int]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def getInput: MythProtocolResult[String]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def getKeyframePos(desiredPos: VideoPositionFrame): MythProtocolResult[Long]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def getMaxBitrate: MythProtocolResult[Long]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def getNextProgramInfo(channum: ChannelNumber, dir: ChannelBrowseDirection, startTime: MythDateTime): MythProtocolResult[UpcomingProgram]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def getNextProgramInfo(chanId: ChanId, dir: ChannelBrowseDirection, startTime: MythDateTime): MythProtocolResult[UpcomingProgram]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def getRecording: MythProtocolResult[Recording]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isRecording: MythProtocolResult[Boolean]
- Definition Classes
- RecorderAPILike → RecorderAPI
- 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()
- def pause(): MythProtocolResult[Unit]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def setChannel(channum: ChannelNumber): MythProtocolResult[Unit]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def setInput(inputName: String): MythProtocolResult[String]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def setLiveRecording(recordingState: Int): MythProtocolResult[Unit]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def setSignalMonitoringRate(rate: Int, notifyFrontend: Boolean): MythProtocolResult[Boolean]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def shouldSwitchCard(chanId: ChanId): MythProtocolResult[Boolean]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def spawnLiveTV(usePiP: Boolean, channumStart: ChannelNumber): MythProtocolResult[Unit]
- Definition Classes
- RecorderAPILike → RecorderAPI
- def stopLiveTV(): MythProtocolResult[Unit]
- Definition Classes
- RecorderAPILike → RecorderAPI
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- RemoteEncoder → AnyRef → Any
- def toggleChannelFavorite(channelGroup: String): MythProtocolResult[Unit]
- Definition Classes
- RecorderAPILike → RecorderAPI
- 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