public interface ContentOperations
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
addLiveStream(String storageGroup,
String filename,
String hostname,
int maxSegments,
int width,
int height,
int bitrate,
int audioBitrate,
int sampleRate)
- GET
|
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
addRecordingLiveStream(int channelId,
org.joda.time.DateTime startTime,
int maxSegments,
int width,
int height,
int bitrate,
int audioBitrate,
int sampleRate)
- GET
|
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
addVideoLiveStream(int id,
int maxSegments,
int width,
int height,
int bitrate,
int audioBitrate,
int sampleRate)
- GET
|
org.springframework.http.ResponseEntity<Bool> |
downloadFile(String url,
String storageGroup,
ETagInfo etag)
- POST
|
org.springframework.http.ResponseEntity<byte[]> |
getAlbumArt(int id,
int width,
int height,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<byte[]> |
getFile(String storageGroup,
String filename,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<StringList> |
getFileList(String storageGroup,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<LiveStreamInfos> |
getFilteredLiveStreamList(String filename,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<String> |
getHash(String storageGroup,
String filename,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<byte[]> |
getImageFile(String storageGroup,
String filename,
int width,
int height,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
getLiveStream(int id,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<LiveStreamInfos> |
getLiveStreamList(ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<byte[]> |
getMusic(int id,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<byte[]> |
getPreviewImage(int channelId,
org.joda.time.DateTime startTime,
int width,
int height,
int secondsIn,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<ArtworkInfos> |
getProgramArtworkList(String inetRef,
int season,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<byte[]> |
getRecording(int channelId,
org.joda.time.DateTime startTime,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<byte[]> |
getRecordingArtwork(String type,
String inetRef,
int season,
int width,
int height,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<ArtworkInfoList> |
getRecordingArtworkList(int channelId,
org.joda.time.DateTime startTime,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<byte[]> |
getVideo(int id,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<byte[]> |
getVideoArtwork(String type,
int id,
int width,
int height,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<Bool> |
removeLiveStream(int id)
- GET
|
org.springframework.http.ResponseEntity<LiveStreamInfo> |
stopLiveStream(int id)
- GET
|
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> addLiveStream(String storageGroup, String filename, String hostname, int maxSegments, int width, int height, int bitrate, int audioBitrate, int sampleRate) throws MythServiceApiRuntimeException
storageGroup - filename - hostname - maxSegments - width - height - bitrate - audioBitrate - sampleRate - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<LiveStreamInfoWrapper> addRecordingLiveStream(int channelId, org.joda.time.DateTime startTime, int maxSegments, int width, int height, int bitrate, int audioBitrate, int sampleRate) throws MythServiceApiRuntimeException
channelId - startTime - maxSegments - width - height - bitrate - audioBitrate - sampleRate - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<LiveStreamInfoWrapper> addVideoLiveStream(int id, int maxSegments, int width, int height, int bitrate, int audioBitrate, int sampleRate) throws MythServiceApiRuntimeException
id - maxSegments - width - height - bitrate - audioBitrate - sampleRate - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> downloadFile(String url, String storageGroup, ETagInfo etag) throws MythServiceApiRuntimeException
url - storageGroup - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<byte[]> getAlbumArt(int id,
int width,
int height,
ETagInfo etag)
throws MythServiceApiRuntimeException
id - width - height - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<byte[]> getFile(String storageGroup, String filename, ETagInfo etag) throws MythServiceApiRuntimeException
storageGroup - filename - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<StringList> getFileList(String storageGroup, ETagInfo etag) throws MythServiceApiRuntimeException
storageGroup - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<LiveStreamInfos> getFilteredLiveStreamList(String filename, ETagInfo etag) throws MythServiceApiRuntimeException
filename - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<String> getHash(String storageGroup, String filename, ETagInfo etag) throws MythServiceApiRuntimeException
storageGroup - filename - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<byte[]> getImageFile(String storageGroup, String filename, int width, int height, ETagInfo etag) throws MythServiceApiRuntimeException
storageGroup - filename - width - height - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<LiveStreamInfoWrapper> getLiveStream(int id, ETagInfo etag) throws MythServiceApiRuntimeException
id - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<LiveStreamInfos> getLiveStreamList(ETagInfo etag) throws MythServiceApiRuntimeException
MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<byte[]> getMusic(int id,
ETagInfo etag)
throws MythServiceApiRuntimeException
id - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<byte[]> getPreviewImage(int channelId,
org.joda.time.DateTime startTime,
int width,
int height,
int secondsIn,
ETagInfo etag)
throws MythServiceApiRuntimeException
channelId - startTime - width - height - secondsIn - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<ArtworkInfos> getProgramArtworkList(String inetRef, int season, ETagInfo etag) throws MythServiceApiRuntimeException
inetRef - season - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<byte[]> getRecording(int channelId,
org.joda.time.DateTime startTime,
ETagInfo etag)
throws MythServiceApiRuntimeException
channelId - startTime - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<byte[]> getRecordingArtwork(String type, String inetRef, int season, int width, int height, ETagInfo etag) throws MythServiceApiRuntimeException
type - inetRef - season - width - height - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<ArtworkInfoList> getRecordingArtworkList(int channelId, org.joda.time.DateTime startTime, ETagInfo etag) throws MythServiceApiRuntimeException
channelId - startTime - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<byte[]> getVideo(int id,
ETagInfo etag)
throws MythServiceApiRuntimeException
id - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<byte[]> getVideoArtwork(String type, int id, int width, int height, ETagInfo etag) throws MythServiceApiRuntimeException
type - id - width - height - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> removeLiveStream(int id) throws MythServiceApiRuntimeException
id - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<LiveStreamInfo> stopLiveStream(int id) throws MythServiceApiRuntimeException
id - MythServiceApiRuntimeExceptionCopyright © 2012. All Rights Reserved.