t

mythtv.connection.http

ServiceResultConverter

trait ServiceResultConverter extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServiceResultConverter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def backendDetails(r: ServiceResultNode): BackendDetails
  2. abstract def blurayInfo(r: ServiceResultNode): BlurayInfo
  3. abstract def boolean(r: ServiceResultNode): Boolean
  4. abstract def captureCard(r: ServiceResultNode): CaptureCard
  5. abstract def captureCardId(r: ServiceResultNode): CaptureCardId
  6. abstract def channelDetails(r: ServiceResultNode): ChannelDetails
  7. abstract def connectionInfo(r: ServiceResultNode): ConnectionInfo
  8. abstract def frontendStatus(r: ServiceResultNode): FrontendStatus
  9. abstract def guideBrief(r: ServiceResultNode): Guide[Channel, ProgramBrief]
  10. abstract def guideDetails(r: ServiceResultNode): Guide[ChannelDetails, Program]
  11. abstract def imageSyncStatus(r: ServiceResultNode): ImageSyncStatus
  12. abstract def inputId(r: ServiceResultNode): InputId
  13. abstract def int(r: ServiceResultNode): Int
  14. abstract def listArtworkInfo(r: ServiceResultNode): List[ArtworkInfo]
  15. abstract def listCaptureCard(r: ServiceResultNode): List[CaptureCard]
  16. abstract def listChannelGroup(r: ServiceResultNode): List[ChannelGroup]
  17. abstract def listInput(r: ServiceResultNode): List[Input]
  18. abstract def listKnownFrontendInfo(r: ServiceResultNode): List[KnownFrontendInfo]
  19. abstract def listLineup(r: ServiceResultNode): List[Lineup]
  20. abstract def listLiveStream(r: ServiceResultNode): List[LiveStream]
  21. abstract def listLogMessage(r: ServiceResultNode): List[LogMessage]
  22. abstract def listRecRuleFilter(r: ServiceResultNode): List[RecRuleFilterItem]
  23. abstract def listRecordedMarkup(r: ServiceResultNode): List[RecordedMarkupFrame]
  24. abstract def listRecordedMarkupBytes(r: ServiceResultNode): List[RecordedMarkupBytes]
  25. abstract def listRecordedMarkupMs(r: ServiceResultNode): List[RecordedMarkupMilliseconds]
  26. abstract def listRecordedSeekBytes(r: ServiceResultNode): List[RecordedSeekBytes]
  27. abstract def listRecordedSeekMs(r: ServiceResultNode): List[RecordedSeekMilliseconds]
  28. abstract def listRemoteEncoderState(r: ServiceResultNode): List[RemoteEncoderState]
  29. abstract def listStorageGroupDir(r: ServiceResultNode): List[StorageGroupDir]
  30. abstract def listString(r: ServiceResultNode): List[String]
  31. abstract def listTitleInfo(r: ServiceResultNode): List[TitleInfo]
  32. abstract def listVideoLookup(r: ServiceResultNode): List[VideoLookup]
  33. abstract def listingSource(r: ServiceResultNode): ListingSource
  34. abstract def listingSourceId(r: ServiceResultNode): ListingSourceId
  35. abstract def liveStream(r: ServiceResultNode): LiveStream
  36. abstract def mythDateTime(r: ServiceResultNode): MythDateTime
  37. abstract def mythFileHash(r: ServiceResultNode): MythFileHash
  38. abstract def pagedListChannel(r: ServiceResultNode): PagedList[Channel]
  39. abstract def pagedListChannelDetails(r: ServiceResultNode): PagedList[ChannelDetails]
  40. abstract def pagedListProgram(r: ServiceResultNode): PagedList[Program]
  41. abstract def pagedListProgramBrief(r: ServiceResultNode): PagedList[ProgramBrief]
  42. abstract def pagedListRecRuleFilter(r: ServiceResultNode): PagedList[RecRuleFilterItem]
  43. abstract def pagedListRecordRule(r: ServiceResultNode): PagedList[RecordRule]
  44. abstract def pagedListRecordable(r: ServiceResultNode): PagedList[Recordable]
  45. abstract def pagedListRecording(r: ServiceResultNode): PagedList[Recording]
  46. abstract def pagedListSong(r: ServiceResultNode): PagedList[Song]
  47. abstract def pagedListVideo(r: ServiceResultNode): PagedList[Video]
  48. abstract def pagedListVideoMultiplex(r: ServiceResultNode): PagedList[VideoMultiplex]
  49. abstract def program(r: ServiceResultNode): Program
  50. abstract def recordRule(r: ServiceResultNode): RecordRule
  51. abstract def recordRuleId(r: ServiceResultNode): RecordRuleId
  52. abstract def recordedId(r: ServiceResultNode): RecordedId
  53. abstract def recording(r: ServiceResultNode): Recording
  54. abstract def settings(r: ServiceResultNode): Settings
  55. abstract def soListListingSource(r: ServiceResultNode): ServicesObject[List[ListingSource]]
  56. abstract def song(r: ServiceResultNode): Song
  57. abstract def string(r: ServiceResultNode): String
  58. abstract def stringMap(r: ServiceResultNode): Map[String, String]
  59. abstract def timeZoneInfo(r: ServiceResultNode): TimeZoneInfo
  60. abstract def uri(r: ServiceResultNode): URI
  61. abstract def video(r: ServiceResultNode): Video
  62. abstract def videoMultiplex(r: ServiceResultNode): VideoMultiplex
  63. abstract def videoPositionBytes(r: ServiceResultNode): VideoPositionBytes
  64. abstract def videoPositionFrame(r: ServiceResultNode): VideoPositionFrame
  65. abstract def videoPositionMilliseconds(r: ServiceResultNode): VideoPositionMilliseconds

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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. 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 AnyRef

Inherited from Any

Ungrouped