t

mythtv.services

ContentService

trait ContentService extends BackendService

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

Abstract Value Members

  1. abstract def addLiveStream(storageGroup: String, fileName: String, hostName: String = "", maxSegments: Int = LiveStream.DefaultMaxSegments, width: Int = LiveStream.DefaultWidth, height: Int = LiveStream.DefaultHeight, bitrate: Int = LiveStream.DefaultBitrate, audioBitrate: Int = LiveStream.DefaultAudioBitrate, sampleRate: Int = LiveStream.DefaultSampleRate): ServiceResult[LiveStream]
  2. abstract def addRecordingLiveStream(recordedId: RecordedId, maxSegments: Int = LiveStream.DefaultMaxSegments, width: Int = LiveStream.DefaultWidth, height: Int = LiveStream.DefaultHeight, bitrate: Int = LiveStream.DefaultBitrate, audioBitrate: Int = LiveStream.DefaultAudioBitrate, sampleRate: Int = LiveStream.DefaultSampleRate): ServiceResult[LiveStream]
  3. abstract def addRecordingLiveStream(chanId: ChanId, startTime: MythDateTime, maxSegments: Int, width: Int, height: Int, bitrate: Int, audioBitrate: Int, sampleRate: Int): ServiceResult[LiveStream]
  4. abstract def addVideoLiveStream(videoId: VideoId, maxSegments: Int = LiveStream.DefaultMaxSegments, width: Int = LiveStream.DefaultWidth, height: Int = LiveStream.DefaultHeight, bitrate: Int = LiveStream.DefaultBitrate, audioBitrate: Int = LiveStream.DefaultAudioBitrate, sampleRate: Int = LiveStream.DefaultSampleRate): ServiceResult[LiveStream]
  5. abstract def downloadFile(url: String, storageGroup: String): ServiceResult[Boolean]
  6. abstract def endpoints: Map[String, ServiceEndpoint]
    Definition Classes
    Service
  7. abstract def getAlbumArt[U](id: Int, width: Int = 0, height: Int = 0)(f: (HttpStreamResponse) => U): ServiceResult[Unit]
  8. abstract def getDirList(storageGroup: String): ServiceResult[List[String]]
  9. abstract def getFile[U](storageGroup: String, fileName: String)(f: (HttpStreamResponse) => U): ServiceResult[Unit]
  10. abstract def getFileList(storageGroup: String): ServiceResult[List[String]]
  11. abstract def getHash(storageGroup: String, fileName: String): ServiceResult[MythFileHash]
  12. abstract def getImageFile[U](storageGroup: String, fileName: String, width: Int = 0, height: Int = 0)(f: (HttpStreamResponse) => U): ServiceResult[Unit]
  13. abstract def getLiveStream(id: LiveStreamId): ServiceResult[LiveStream]
  14. abstract def getLiveStreamList(fileName: String = ""): ServiceResult[List[LiveStream]]
  15. abstract def getMusic[U](id: Int)(f: (HttpStreamResponse) => U): ServiceResult[Unit]
  16. abstract def getPreviewImage[U](recordedId: RecordedId, width: Int = 0, height: Int = 0, secsIn: Int = -1)(f: (HttpStreamResponse) => U): ServiceResult[Unit]
  17. abstract def getPreviewImage[U](chanId: ChanId, startTime: MythDateTime, width: Int, height: Int, secsIn: Int)(f: (HttpStreamResponse) => U): ServiceResult[Unit]
  18. abstract def getProgramArtworkList(inetRef: String, season: Int): ServiceResult[List[ArtworkInfo]]
  19. abstract def getRecording[U](recordedId: RecordedId)(f: (HttpStreamResponse) => U): ServiceResult[Unit]
  20. abstract def getRecording[U](chanId: ChanId, startTime: MythDateTime)(f: (HttpStreamResponse) => U): ServiceResult[Unit]
  21. abstract def getRecordingArtwork[U](artType: String, inetRef: String, season: Int, width: Int = 0, height: Int = 0)(f: (HttpStreamResponse) => U): ServiceResult[Unit]
  22. abstract def getRecordingArtworkList(recordedId: RecordedId): ServiceResult[List[ArtworkInfo]]
  23. abstract def getRecordingArtworkList(chanId: ChanId, startTime: MythDateTime): ServiceResult[List[ArtworkInfo]]
  24. abstract def getVideo[U](id: VideoId)(f: (HttpStreamResponse) => U): ServiceResult[Unit]
  25. abstract def getVideoArtwork[U](artType: String, videoId: VideoId, width: Int = 0, height: Int = 0)(f: (HttpStreamResponse) => U): ServiceResult[Unit]
  26. abstract def removeLiveStream(id: LiveStreamId): ServiceResult[Boolean]
  27. abstract def stopLiveStream(id: LiveStreamId): ServiceResult[LiveStream]

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. def addRecordingLiveStream(chanId: ChanId, startTime: MythDateTime): ServiceResult[LiveStream]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  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
    ContentServiceService
  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 BackendService

Inherited from Service

Inherited from AnyRef

Inherited from Any

Ungrouped