t

mythtv.services

MythFrontendService

trait MythFrontendService extends FrontendService

Linear Supertypes
FrontendService, Service, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MythFrontendService
  2. FrontendService
  3. Service
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def endpoints: Map[String, ServiceEndpoint]
    Definition Classes
    Service
  2. abstract def getActionList(context: String): ServiceResult[FrontendActionMap]
  3. abstract def getContextList: ServiceResult[List[String]]
  4. abstract def getScreenshot[U](format: ScreenshotFormat = ScreenshotFormat.Png, width: Int = 0, height: Int = 0)(f: (HttpStreamResponse) => U): ServiceResult[Unit]
  5. abstract def getStatus: ServiceResult[FrontendStatus]
  6. abstract def playRecording(recordedId: RecordedId): ServiceResult[Boolean]
  7. abstract def playRecording(chanId: ChanId, startTime: MythDateTime): ServiceResult[Boolean]
  8. abstract def playVideo(id: VideoId, useBookmark: Boolean = false): ServiceResult[Boolean]
  9. abstract def sendAction(action: Action, value: String = ""): ServiceResult[Boolean]
  10. abstract def sendKey(key: KeyName): ServiceResult[Boolean]
  11. abstract def sendMessage(message: String, timeout: Duration = Duration.ZERO): ServiceResult[Boolean]
  12. abstract def sendNotification(message: String, origin: String = "", description: String = "", extra: String = "", progressText: String = "", progress: Float = 0f, fullScreen: Boolean = false, timeout: Duration = Duration.ZERO, notifyType: NotificationType = NotificationType.New, priority: NotificationPriority = NotificationPriority.Default, visibility: NotificationVisibility = NotificationVisibility.All): ServiceResult[Boolean]

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def getActionList: ServiceResult[FrontendActionMap]
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def serviceName: String
    Definition Classes
    MythFrontendServiceService
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. 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 FrontendService

Inherited from Service

Inherited from AnyRef

Inherited from Any

Ungrouped