|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ContentOperations
| Method Summary | |
|---|---|
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
addLiveStream(java.lang.String storageGroup,
java.lang.String filename,
java.lang.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(java.lang.String url,
java.lang.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(java.lang.String storageGroup,
java.lang.String filename,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<StringList> |
getFileList(java.lang.String storageGroup,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<LiveStreamInfos> |
getFilteredLiveStreamList(java.lang.String filename,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<java.lang.String> |
getHash(java.lang.String storageGroup,
java.lang.String filename,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<byte[]> |
getImageFile(java.lang.String storageGroup,
java.lang.String filename,
int width,
int height,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
getLiveStream(int id,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<LiveStreamInfoList> |
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(java.lang.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(java.lang.String type,
java.lang.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(java.lang.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 |
| Method Detail |
|---|
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> addLiveStream(java.lang.String storageGroup,
java.lang.String filename,
java.lang.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 -
MythServiceApiRuntimeException
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)
throws MythServiceApiRuntimeException
channelId - startTime - maxSegments - width - height - bitrate - audioBitrate - sampleRate -
MythServiceApiRuntimeException
org.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 -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Bool> downloadFile(java.lang.String url,
java.lang.String storageGroup,
ETagInfo etag)
throws MythServiceApiRuntimeException
url - storageGroup -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<byte[]> getAlbumArt(int id,
int width,
int height,
ETagInfo etag)
throws MythServiceApiRuntimeException
id - width - height -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<byte[]> getFile(java.lang.String storageGroup,
java.lang.String filename,
ETagInfo etag)
throws MythServiceApiRuntimeException
storageGroup - filename -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<StringList> getFileList(java.lang.String storageGroup,
ETagInfo etag)
throws MythServiceApiRuntimeException
storageGroup -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<LiveStreamInfos> getFilteredLiveStreamList(java.lang.String filename,
ETagInfo etag)
throws MythServiceApiRuntimeException
filename -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<java.lang.String> getHash(java.lang.String storageGroup,
java.lang.String filename,
ETagInfo etag)
throws MythServiceApiRuntimeException
storageGroup - filename -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<byte[]> getImageFile(java.lang.String storageGroup,
java.lang.String filename,
int width,
int height,
ETagInfo etag)
throws MythServiceApiRuntimeException
storageGroup - filename - width - height -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> getLiveStream(int id,
ETagInfo etag)
throws MythServiceApiRuntimeException
id -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<LiveStreamInfoList> getLiveStreamList(ETagInfo etag)
throws MythServiceApiRuntimeException
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<byte[]> getMusic(int id,
ETagInfo etag)
throws MythServiceApiRuntimeException
id -
MythServiceApiRuntimeException
org.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 -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<ArtworkInfos> getProgramArtworkList(java.lang.String inetRef,
int season,
ETagInfo etag)
throws MythServiceApiRuntimeException
inetRef - season -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<byte[]> getRecording(int channelId,
org.joda.time.DateTime startTime,
ETagInfo etag)
throws MythServiceApiRuntimeException
channelId - startTime -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<byte[]> getRecordingArtwork(java.lang.String type,
java.lang.String inetRef,
int season,
int width,
int height,
ETagInfo etag)
throws MythServiceApiRuntimeException
type - inetRef - season - width - height -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<ArtworkInfoList> getRecordingArtworkList(int channelId,
org.joda.time.DateTime startTime,
ETagInfo etag)
throws MythServiceApiRuntimeException
channelId - startTime -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<byte[]> getVideo(int id,
ETagInfo etag)
throws MythServiceApiRuntimeException
id -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<byte[]> getVideoArtwork(java.lang.String type,
int id,
int width,
int height,
ETagInfo etag)
throws MythServiceApiRuntimeException
type - id - width - height -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Bool> removeLiveStream(int id)
throws MythServiceApiRuntimeException
id -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<LiveStreamInfo> stopLiveStream(int id)
throws MythServiceApiRuntimeException
id -
MythServiceApiRuntimeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||