org.mythtv.services.api.v027
Interface ContentOperations
- All Known Implementing Classes:
- ContentTemplate
public interface ContentOperations
Auto-generated file, do not modify manually !!!!
|
Method Summary |
org.springframework.http.ResponseEntity<LiveStreamInfo> |
addLiveStream(java.lang.String storageGroup,
java.lang.String fileName,
java.lang.String hostName,
java.lang.Integer maxSegments,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer bitrate,
java.lang.Integer audioBitrate,
java.lang.Integer sampleRate,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<LiveStreamInfo> |
addRecordingLiveStream(java.lang.Integer chanId,
org.joda.time.DateTime startTime,
java.lang.Integer maxSegments,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer bitrate,
java.lang.Integer audioBitrate,
java.lang.Integer sampleRate,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<LiveStreamInfo> |
addVideoLiveStream(java.lang.Integer id,
java.lang.Integer maxSegments,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer bitrate,
java.lang.Integer audioBitrate,
java.lang.Integer sampleRate,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<Bool> |
downloadFile(java.lang.String uRL,
java.lang.String storageGroup)
|
org.springframework.http.ResponseEntity<java.lang.String> |
getAlbumArt(java.lang.Integer id,
java.lang.Integer width,
java.lang.Integer height,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<java.lang.String> |
getFile(java.lang.String storageGroup,
java.lang.String fileName,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<ArrayOfString> |
getFileList(java.lang.String storageGroup,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<java.lang.String> |
getHash(java.lang.String storageGroup,
java.lang.String fileName,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<java.lang.String> |
getImageFile(java.lang.String storageGroup,
java.lang.String fileName,
java.lang.Integer width,
java.lang.Integer height,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<LiveStreamInfo> |
getLiveStream(java.lang.Integer id,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<LiveStreamInfoList> |
getLiveStreamList(java.lang.String fileName,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<java.lang.String> |
getMusic(java.lang.Integer id,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<java.lang.String> |
getPreviewImage(java.lang.Integer chanId,
org.joda.time.DateTime startTime,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer secsIn,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<ArtworkInfoList> |
getProgramArtworkList(java.lang.String inetref,
java.lang.Integer season,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<java.lang.String> |
getRecording(java.lang.Integer chanId,
org.joda.time.DateTime startTime,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<java.lang.String> |
getRecordingArtwork(java.lang.String type,
java.lang.String inetref,
java.lang.Integer season,
java.lang.Integer width,
java.lang.Integer height,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<ArtworkInfoList> |
getRecordingArtworkList(java.lang.Integer chanId,
org.joda.time.DateTime startTime,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<java.lang.String> |
getVideo(java.lang.Integer id,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<java.lang.String> |
getVideoArtwork(java.lang.String type,
java.lang.Integer id,
java.lang.Integer width,
java.lang.Integer height,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<Bool> |
removeLiveStream(java.lang.Integer id,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<LiveStreamInfo> |
stopLiveStream(java.lang.Integer id,
ETagInfo etagInfo)
|
addLiveStream
org.springframework.http.ResponseEntity<LiveStreamInfo> addLiveStream(java.lang.String storageGroup,
java.lang.String fileName,
java.lang.String hostName,
java.lang.Integer maxSegments,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer bitrate,
java.lang.Integer audioBitrate,
java.lang.Integer sampleRate,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
addRecordingLiveStream
org.springframework.http.ResponseEntity<LiveStreamInfo> addRecordingLiveStream(java.lang.Integer chanId,
org.joda.time.DateTime startTime,
java.lang.Integer maxSegments,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer bitrate,
java.lang.Integer audioBitrate,
java.lang.Integer sampleRate,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
addVideoLiveStream
org.springframework.http.ResponseEntity<LiveStreamInfo> addVideoLiveStream(java.lang.Integer id,
java.lang.Integer maxSegments,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer bitrate,
java.lang.Integer audioBitrate,
java.lang.Integer sampleRate,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
downloadFile
org.springframework.http.ResponseEntity<Bool> downloadFile(java.lang.String uRL,
java.lang.String storageGroup)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getAlbumArt
org.springframework.http.ResponseEntity<java.lang.String> getAlbumArt(java.lang.Integer id,
java.lang.Integer width,
java.lang.Integer height,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getFile
org.springframework.http.ResponseEntity<java.lang.String> getFile(java.lang.String storageGroup,
java.lang.String fileName,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getFileList
org.springframework.http.ResponseEntity<ArrayOfString> getFileList(java.lang.String storageGroup,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getHash
org.springframework.http.ResponseEntity<java.lang.String> getHash(java.lang.String storageGroup,
java.lang.String fileName,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getImageFile
org.springframework.http.ResponseEntity<java.lang.String> getImageFile(java.lang.String storageGroup,
java.lang.String fileName,
java.lang.Integer width,
java.lang.Integer height,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getLiveStream
org.springframework.http.ResponseEntity<LiveStreamInfo> getLiveStream(java.lang.Integer id,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getLiveStreamList
org.springframework.http.ResponseEntity<LiveStreamInfoList> getLiveStreamList(java.lang.String fileName,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getMusic
org.springframework.http.ResponseEntity<java.lang.String> getMusic(java.lang.Integer id,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getPreviewImage
org.springframework.http.ResponseEntity<java.lang.String> getPreviewImage(java.lang.Integer chanId,
org.joda.time.DateTime startTime,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer secsIn,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getProgramArtworkList
org.springframework.http.ResponseEntity<ArtworkInfoList> getProgramArtworkList(java.lang.String inetref,
java.lang.Integer season,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getRecording
org.springframework.http.ResponseEntity<java.lang.String> getRecording(java.lang.Integer chanId,
org.joda.time.DateTime startTime,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getRecordingArtwork
org.springframework.http.ResponseEntity<java.lang.String> getRecordingArtwork(java.lang.String type,
java.lang.String inetref,
java.lang.Integer season,
java.lang.Integer width,
java.lang.Integer height,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getRecordingArtworkList
org.springframework.http.ResponseEntity<ArtworkInfoList> getRecordingArtworkList(java.lang.Integer chanId,
org.joda.time.DateTime startTime,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getVideo
org.springframework.http.ResponseEntity<java.lang.String> getVideo(java.lang.Integer id,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getVideoArtwork
org.springframework.http.ResponseEntity<java.lang.String> getVideoArtwork(java.lang.String type,
java.lang.Integer id,
java.lang.Integer width,
java.lang.Integer height,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
removeLiveStream
org.springframework.http.ResponseEntity<Bool> removeLiveStream(java.lang.Integer id,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
stopLiveStream
org.springframework.http.ResponseEntity<LiveStreamInfo> stopLiveStream(java.lang.Integer id,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException