-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitEgress.RoomCompositeEgressRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetRoomName()requiredstring room_name = 1;abstract ByteStringgetRoomNameBytes()requiredstring room_name = 1;abstract StringgetLayout()(optional)string layout = 2;abstract ByteStringgetLayoutBytes()(optional)string layout = 2;abstract booleangetAudioOnly()(default false)bool audio_only = 3;abstract intgetAudioMixingValue()only applies to audio_only egress (default DEFAULT_MIXING).livekit.AudioMixing audio_mixing = 15;abstract LivekitEgress.AudioMixinggetAudioMixing()only applies to audio_only egress (default DEFAULT_MIXING).livekit.AudioMixing audio_mixing = 15;abstract booleangetVideoOnly()(default false)bool video_only = 4;abstract StringgetCustomBaseUrl()template base url (default https://recorder.livekit.io)string custom_base_url = 5;abstract ByteStringgetCustomBaseUrlBytes()template base url (default https://recorder.livekit.io)string custom_base_url = 5;abstract booleanhasFile().livekit.EncodedFileOutput file = 6 [deprecated = true];abstract LivekitEgress.EncodedFileOutputgetFile().livekit.EncodedFileOutput file = 6 [deprecated = true];abstract booleanhasStream().livekit.StreamOutput stream = 7 [deprecated = true];abstract LivekitEgress.StreamOutputgetStream().livekit.StreamOutput stream = 7 [deprecated = true];abstract booleanhasSegments().livekit.SegmentedFileOutput segments = 10 [deprecated = true];abstract LivekitEgress.SegmentedFileOutputgetSegments().livekit.SegmentedFileOutput segments = 10 [deprecated = true];abstract booleanhasPreset()(default H264_720P_30).livekit.EncodingOptionsPreset preset = 8;abstract intgetPresetValue()(default H264_720P_30).livekit.EncodingOptionsPreset preset = 8;abstract LivekitEgress.EncodingOptionsPresetgetPreset()(default H264_720P_30).livekit.EncodingOptionsPreset preset = 8;abstract booleanhasAdvanced()(optional).livekit.EncodingOptions advanced = 9;abstract LivekitEgress.EncodingOptionsgetAdvanced()(optional).livekit.EncodingOptions advanced = 9;abstract List<LivekitEgress.EncodedFileOutput>getFileOutputsList()repeated .livekit.EncodedFileOutput file_outputs = 11;abstract LivekitEgress.EncodedFileOutputgetFileOutputs(int index)repeated .livekit.EncodedFileOutput file_outputs = 11;abstract intgetFileOutputsCount()repeated .livekit.EncodedFileOutput file_outputs = 11;abstract List<LivekitEgress.StreamOutput>getStreamOutputsList()repeated .livekit.StreamOutput stream_outputs = 12;abstract LivekitEgress.StreamOutputgetStreamOutputs(int index)repeated .livekit.StreamOutput stream_outputs = 12;abstract intgetStreamOutputsCount()repeated .livekit.StreamOutput stream_outputs = 12;abstract List<LivekitEgress.SegmentedFileOutput>getSegmentOutputsList()repeated .livekit.SegmentedFileOutput segment_outputs = 13;abstract LivekitEgress.SegmentedFileOutputgetSegmentOutputs(int index)repeated .livekit.SegmentedFileOutput segment_outputs = 13;abstract intgetSegmentOutputsCount()repeated .livekit.SegmentedFileOutput segment_outputs = 13;abstract List<LivekitEgress.ImageOutput>getImageOutputsList()repeated .livekit.ImageOutput image_outputs = 14;abstract LivekitEgress.ImageOutputgetImageOutputs(int index)repeated .livekit.ImageOutput image_outputs = 14;abstract intgetImageOutputsCount()repeated .livekit.ImageOutput image_outputs = 14;abstract List<LivekitModels.WebhookConfig>getWebhooksList()extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 16;abstract LivekitModels.WebhookConfiggetWebhooks(int index)extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 16;abstract intgetWebhooksCount()extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 16;abstract LivekitEgress.RoomCompositeEgressRequest.OutputCasegetOutputCase()abstract LivekitEgress.RoomCompositeEgressRequest.OptionsCasegetOptionsCase()-
-
Method Detail
-
getRoomName
abstract String getRoomName()
requiredstring room_name = 1;
-
getRoomNameBytes
abstract ByteString getRoomNameBytes()
requiredstring room_name = 1;
-
getLayoutBytes
abstract ByteString getLayoutBytes()
(optional)string layout = 2;
-
getAudioOnly
abstract boolean getAudioOnly()
(default false)bool audio_only = 3;
-
getAudioMixingValue
abstract int getAudioMixingValue()
only applies to audio_only egress (default DEFAULT_MIXING).livekit.AudioMixing audio_mixing = 15;
-
getAudioMixing
abstract LivekitEgress.AudioMixing getAudioMixing()
only applies to audio_only egress (default DEFAULT_MIXING).livekit.AudioMixing audio_mixing = 15;
-
getVideoOnly
abstract boolean getVideoOnly()
(default false)bool video_only = 4;
-
getCustomBaseUrl
abstract String getCustomBaseUrl()
template base url (default https://recorder.livekit.io)string custom_base_url = 5;
-
getCustomBaseUrlBytes
abstract ByteString getCustomBaseUrlBytes()
template base url (default https://recorder.livekit.io)string custom_base_url = 5;
-
hasFile
@Deprecated() abstract boolean hasFile()
.livekit.EncodedFileOutput file = 6 [deprecated = true];
-
getFile
@Deprecated() abstract LivekitEgress.EncodedFileOutput getFile()
.livekit.EncodedFileOutput file = 6 [deprecated = true];
-
hasStream
@Deprecated() abstract boolean hasStream()
.livekit.StreamOutput stream = 7 [deprecated = true];
-
getStream
@Deprecated() abstract LivekitEgress.StreamOutput getStream()
.livekit.StreamOutput stream = 7 [deprecated = true];
-
hasSegments
@Deprecated() abstract boolean hasSegments()
.livekit.SegmentedFileOutput segments = 10 [deprecated = true];
-
getSegments
@Deprecated() abstract LivekitEgress.SegmentedFileOutput getSegments()
.livekit.SegmentedFileOutput segments = 10 [deprecated = true];
-
hasPreset
abstract boolean hasPreset()
(default H264_720P_30).livekit.EncodingOptionsPreset preset = 8;
-
getPresetValue
abstract int getPresetValue()
(default H264_720P_30).livekit.EncodingOptionsPreset preset = 8;
-
getPreset
abstract LivekitEgress.EncodingOptionsPreset getPreset()
(default H264_720P_30).livekit.EncodingOptionsPreset preset = 8;
-
hasAdvanced
abstract boolean hasAdvanced()
(optional).livekit.EncodingOptions advanced = 9;
-
getAdvanced
abstract LivekitEgress.EncodingOptions getAdvanced()
(optional).livekit.EncodingOptions advanced = 9;
-
getFileOutputsList
abstract List<LivekitEgress.EncodedFileOutput> getFileOutputsList()
repeated .livekit.EncodedFileOutput file_outputs = 11;
-
getFileOutputs
abstract LivekitEgress.EncodedFileOutput getFileOutputs(int index)
repeated .livekit.EncodedFileOutput file_outputs = 11;
-
getFileOutputsCount
abstract int getFileOutputsCount()
repeated .livekit.EncodedFileOutput file_outputs = 11;
-
getStreamOutputsList
abstract List<LivekitEgress.StreamOutput> getStreamOutputsList()
repeated .livekit.StreamOutput stream_outputs = 12;
-
getStreamOutputs
abstract LivekitEgress.StreamOutput getStreamOutputs(int index)
repeated .livekit.StreamOutput stream_outputs = 12;
-
getStreamOutputsCount
abstract int getStreamOutputsCount()
repeated .livekit.StreamOutput stream_outputs = 12;
-
getSegmentOutputsList
abstract List<LivekitEgress.SegmentedFileOutput> getSegmentOutputsList()
repeated .livekit.SegmentedFileOutput segment_outputs = 13;
-
getSegmentOutputs
abstract LivekitEgress.SegmentedFileOutput getSegmentOutputs(int index)
repeated .livekit.SegmentedFileOutput segment_outputs = 13;
-
getSegmentOutputsCount
abstract int getSegmentOutputsCount()
repeated .livekit.SegmentedFileOutput segment_outputs = 13;
-
getImageOutputsList
abstract List<LivekitEgress.ImageOutput> getImageOutputsList()
repeated .livekit.ImageOutput image_outputs = 14;
-
getImageOutputs
abstract LivekitEgress.ImageOutput getImageOutputs(int index)
repeated .livekit.ImageOutput image_outputs = 14;
-
getImageOutputsCount
abstract int getImageOutputsCount()
repeated .livekit.ImageOutput image_outputs = 14;
-
getWebhooksList
abstract List<LivekitModels.WebhookConfig> getWebhooksList()
extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 16;
-
getWebhooks
abstract LivekitModels.WebhookConfig getWebhooks(int index)
extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 16;
-
getWebhooksCount
abstract int getWebhooksCount()
extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 16;
-
getOutputCase
abstract LivekitEgress.RoomCompositeEgressRequest.OutputCase getOutputCase()
-
getOptionsCase
abstract LivekitEgress.RoomCompositeEgressRequest.OptionsCase getOptionsCase()
-
-
-
-