static LiveChannelService.AppendRecordingLiveChannelBuilder |
LiveChannelService.appendRecording(String entryId,
String assetId,
EntryServerNodeType mediaServerIndex,
DataCenterContentResource resource,
double duration) |
|
static LiveChannelService.AppendRecordingLiveChannelBuilder |
LiveChannelService.appendRecording(String entryId,
String assetId,
EntryServerNodeType mediaServerIndex,
DataCenterContentResource resource,
double duration,
boolean isLastChunk) |
Append recorded video to live entry
|
static LiveStreamService.AppendRecordingLiveStreamBuilder |
LiveStreamService.appendRecording(String entryId,
String assetId,
EntryServerNodeType mediaServerIndex,
DataCenterContentResource resource,
double duration) |
|
static LiveStreamService.AppendRecordingLiveStreamBuilder |
LiveStreamService.appendRecording(String entryId,
String assetId,
EntryServerNodeType mediaServerIndex,
DataCenterContentResource resource,
double duration,
boolean isLastChunk) |
Append recorded video to live entry
|
static LiveChannelService.SetRecordedContentLiveChannelBuilder |
LiveChannelService.setRecordedContent(String entryId,
EntryServerNodeType mediaServerIndex,
DataCenterContentResource resource,
double duration) |
|
static LiveChannelService.SetRecordedContentLiveChannelBuilder |
LiveChannelService.setRecordedContent(String entryId,
EntryServerNodeType mediaServerIndex,
DataCenterContentResource resource,
double duration,
String recordedEntryId) |
|
static LiveChannelService.SetRecordedContentLiveChannelBuilder |
LiveChannelService.setRecordedContent(String entryId,
EntryServerNodeType mediaServerIndex,
DataCenterContentResource resource,
double duration,
String recordedEntryId,
int flavorParamsId) |
Set recorded video to live entry
|
static LiveStreamService.SetRecordedContentLiveStreamBuilder |
LiveStreamService.setRecordedContent(String entryId,
EntryServerNodeType mediaServerIndex,
DataCenterContentResource resource,
double duration) |
|
static LiveStreamService.SetRecordedContentLiveStreamBuilder |
LiveStreamService.setRecordedContent(String entryId,
EntryServerNodeType mediaServerIndex,
DataCenterContentResource resource,
double duration,
String recordedEntryId) |
|
static LiveStreamService.SetRecordedContentLiveStreamBuilder |
LiveStreamService.setRecordedContent(String entryId,
EntryServerNodeType mediaServerIndex,
DataCenterContentResource resource,
double duration,
String recordedEntryId,
int flavorParamsId) |
Set recorded video to live entry
|