| Package | Description |
|---|---|
| org.mythtv.services.api.content | |
| org.mythtv.services.api.content.impl |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2012. All Rights Reserved.