| Methods in org.mythtv.services.api.content that return types with arguments of type LiveStreamInfoWrapper |
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
ContentOperations.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> |
ContentOperations.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> |
ContentOperations.addVideoLiveStream(int id,
int maxSegments,
int width,
int height,
int bitrate,
int audioBitrate,
int sampleRate)
- GET |
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
ContentOperations.getLiveStream(int id,
ETagInfo etag)
- GET |
| Methods in org.mythtv.services.api.content.impl that return types with arguments of type LiveStreamInfoWrapper |
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
ContentTemplate.addLiveStream(String storageGroup,
String filename,
String hostname,
int maxSegments,
int width,
int height,
int bitrate,
int audioBitrate,
int sampleRate)
|
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
ContentTemplate.addRecordingLiveStream(int channelId,
org.joda.time.DateTime startTime,
int maxSegments,
int width,
int height,
int bitrate,
int audioBitrate,
int sampleRate)
|
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
ContentTemplate.addVideoLiveStream(int id,
int maxSegments,
int width,
int height,
int bitrate,
int audioBitrate,
int sampleRate)
|
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
ContentTemplate.getLiveStream(int id,
ETagInfo etag)
|