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 LiveStreamService.AuthenticateLiveStreamBuilder |
LiveStreamService.authenticate(String entryId,
String token,
String hostname,
EntryServerNodeType mediaServerIndex) |
|
static LiveStreamService.AuthenticateLiveStreamBuilder |
LiveStreamService.authenticate(String entryId,
String token,
String hostname,
EntryServerNodeType mediaServerIndex,
String applicationName) |
Authenticate live-stream entry against stream token and partner limitations
|
static LiveChannelService.CreateRecordedEntryLiveChannelBuilder |
LiveChannelService.createRecordedEntry(String entryId,
EntryServerNodeType mediaServerIndex,
EntryServerNodeStatus liveEntryStatus) |
Create recorded entry id if it doesn't exist and make sure it happens on the DC
that the live entry was created on.
|
static LiveStreamService.CreateRecordedEntryLiveStreamBuilder |
LiveStreamService.createRecordedEntry(String entryId,
EntryServerNodeType mediaServerIndex,
EntryServerNodeStatus liveEntryStatus) |
Create recorded entry id if it doesn't exist and make sure it happens on the DC
that the live entry was created on.
|
static LiveChannelService.RegisterMediaServerLiveChannelBuilder |
LiveChannelService.registerMediaServer(String entryId,
String hostname,
EntryServerNodeType mediaServerIndex) |
|
static LiveChannelService.RegisterMediaServerLiveChannelBuilder |
LiveChannelService.registerMediaServer(String entryId,
String hostname,
EntryServerNodeType mediaServerIndex,
String applicationName) |
|
static LiveChannelService.RegisterMediaServerLiveChannelBuilder |
LiveChannelService.registerMediaServer(String entryId,
String hostname,
EntryServerNodeType mediaServerIndex,
String applicationName,
EntryServerNodeStatus liveEntryStatus) |
|
static LiveChannelService.RegisterMediaServerLiveChannelBuilder |
LiveChannelService.registerMediaServer(String entryId,
String hostname,
EntryServerNodeType mediaServerIndex,
String applicationName,
EntryServerNodeStatus liveEntryStatus,
boolean shouldCreateRecordedEntry) |
Register media server to live entry
|
static LiveStreamService.RegisterMediaServerLiveStreamBuilder |
LiveStreamService.registerMediaServer(String entryId,
String hostname,
EntryServerNodeType mediaServerIndex) |
|
static LiveStreamService.RegisterMediaServerLiveStreamBuilder |
LiveStreamService.registerMediaServer(String entryId,
String hostname,
EntryServerNodeType mediaServerIndex,
String applicationName) |
|
static LiveStreamService.RegisterMediaServerLiveStreamBuilder |
LiveStreamService.registerMediaServer(String entryId,
String hostname,
EntryServerNodeType mediaServerIndex,
String applicationName,
EntryServerNodeStatus liveEntryStatus) |
|
static LiveStreamService.RegisterMediaServerLiveStreamBuilder |
LiveStreamService.registerMediaServer(String entryId,
String hostname,
EntryServerNodeType mediaServerIndex,
String applicationName,
EntryServerNodeStatus liveEntryStatus,
boolean shouldCreateRecordedEntry) |
Register media server 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
|
static LiveChannelService.UnregisterMediaServerLiveChannelBuilder |
LiveChannelService.unregisterMediaServer(String entryId,
String hostname,
EntryServerNodeType mediaServerIndex) |
Unregister media server from live entry
|
static LiveStreamService.UnregisterMediaServerLiveStreamBuilder |
LiveStreamService.unregisterMediaServer(String entryId,
String hostname,
EntryServerNodeType mediaServerIndex) |
Unregister media server from live entry
|