-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitEgress.ParticipantEgressRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetRoomName()requiredstring room_name = 1;abstract ByteStringgetRoomNameBytes()requiredstring room_name = 1;abstract StringgetIdentity()requiredstring identity = 2;abstract ByteStringgetIdentityBytes()requiredstring identity = 2;abstract booleangetScreenShare()(default false)bool screen_share = 3;abstract booleanhasPreset()(default H264_720P_30).livekit.EncodingOptionsPreset preset = 4;abstract intgetPresetValue()(default H264_720P_30).livekit.EncodingOptionsPreset preset = 4;abstract LivekitEgress.EncodingOptionsPresetgetPreset()(default H264_720P_30).livekit.EncodingOptionsPreset preset = 4;abstract booleanhasAdvanced()(optional).livekit.EncodingOptions advanced = 5;abstract LivekitEgress.EncodingOptionsgetAdvanced()(optional).livekit.EncodingOptions advanced = 5;abstract List<LivekitEgress.EncodedFileOutput>getFileOutputsList()repeated .livekit.EncodedFileOutput file_outputs = 6;abstract LivekitEgress.EncodedFileOutputgetFileOutputs(int index)repeated .livekit.EncodedFileOutput file_outputs = 6;abstract intgetFileOutputsCount()repeated .livekit.EncodedFileOutput file_outputs = 6;abstract List<LivekitEgress.StreamOutput>getStreamOutputsList()repeated .livekit.StreamOutput stream_outputs = 7;abstract LivekitEgress.StreamOutputgetStreamOutputs(int index)repeated .livekit.StreamOutput stream_outputs = 7;abstract intgetStreamOutputsCount()repeated .livekit.StreamOutput stream_outputs = 7;abstract List<LivekitEgress.SegmentedFileOutput>getSegmentOutputsList()repeated .livekit.SegmentedFileOutput segment_outputs = 8;abstract LivekitEgress.SegmentedFileOutputgetSegmentOutputs(int index)repeated .livekit.SegmentedFileOutput segment_outputs = 8;abstract intgetSegmentOutputsCount()repeated .livekit.SegmentedFileOutput segment_outputs = 8;abstract List<LivekitEgress.ImageOutput>getImageOutputsList()repeated .livekit.ImageOutput image_outputs = 9;abstract LivekitEgress.ImageOutputgetImageOutputs(int index)repeated .livekit.ImageOutput image_outputs = 9;abstract intgetImageOutputsCount()repeated .livekit.ImageOutput image_outputs = 9;abstract List<LivekitModels.WebhookConfig>getWebhooksList()extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 10;abstract LivekitModels.WebhookConfiggetWebhooks(int index)extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 10;abstract intgetWebhooksCount()extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 10;abstract LivekitEgress.ParticipantEgressRequest.OptionsCasegetOptionsCase()-
-
Method Detail
-
getRoomName
abstract String getRoomName()
requiredstring room_name = 1;
-
getRoomNameBytes
abstract ByteString getRoomNameBytes()
requiredstring room_name = 1;
-
getIdentity
abstract String getIdentity()
requiredstring identity = 2;
-
getIdentityBytes
abstract ByteString getIdentityBytes()
requiredstring identity = 2;
-
getScreenShare
abstract boolean getScreenShare()
(default false)bool screen_share = 3;
-
hasPreset
abstract boolean hasPreset()
(default H264_720P_30).livekit.EncodingOptionsPreset preset = 4;
-
getPresetValue
abstract int getPresetValue()
(default H264_720P_30).livekit.EncodingOptionsPreset preset = 4;
-
getPreset
abstract LivekitEgress.EncodingOptionsPreset getPreset()
(default H264_720P_30).livekit.EncodingOptionsPreset preset = 4;
-
hasAdvanced
abstract boolean hasAdvanced()
(optional).livekit.EncodingOptions advanced = 5;
-
getAdvanced
abstract LivekitEgress.EncodingOptions getAdvanced()
(optional).livekit.EncodingOptions advanced = 5;
-
getFileOutputsList
abstract List<LivekitEgress.EncodedFileOutput> getFileOutputsList()
repeated .livekit.EncodedFileOutput file_outputs = 6;
-
getFileOutputs
abstract LivekitEgress.EncodedFileOutput getFileOutputs(int index)
repeated .livekit.EncodedFileOutput file_outputs = 6;
-
getFileOutputsCount
abstract int getFileOutputsCount()
repeated .livekit.EncodedFileOutput file_outputs = 6;
-
getStreamOutputsList
abstract List<LivekitEgress.StreamOutput> getStreamOutputsList()
repeated .livekit.StreamOutput stream_outputs = 7;
-
getStreamOutputs
abstract LivekitEgress.StreamOutput getStreamOutputs(int index)
repeated .livekit.StreamOutput stream_outputs = 7;
-
getStreamOutputsCount
abstract int getStreamOutputsCount()
repeated .livekit.StreamOutput stream_outputs = 7;
-
getSegmentOutputsList
abstract List<LivekitEgress.SegmentedFileOutput> getSegmentOutputsList()
repeated .livekit.SegmentedFileOutput segment_outputs = 8;
-
getSegmentOutputs
abstract LivekitEgress.SegmentedFileOutput getSegmentOutputs(int index)
repeated .livekit.SegmentedFileOutput segment_outputs = 8;
-
getSegmentOutputsCount
abstract int getSegmentOutputsCount()
repeated .livekit.SegmentedFileOutput segment_outputs = 8;
-
getImageOutputsList
abstract List<LivekitEgress.ImageOutput> getImageOutputsList()
repeated .livekit.ImageOutput image_outputs = 9;
-
getImageOutputs
abstract LivekitEgress.ImageOutput getImageOutputs(int index)
repeated .livekit.ImageOutput image_outputs = 9;
-
getImageOutputsCount
abstract int getImageOutputsCount()
repeated .livekit.ImageOutput image_outputs = 9;
-
getWebhooksList
abstract List<LivekitModels.WebhookConfig> getWebhooksList()
extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 10;
-
getWebhooks
abstract LivekitModels.WebhookConfig getWebhooks(int index)
extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 10;
-
getWebhooksCount
abstract int getWebhooksCount()
extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 10;
-
getOptionsCase
abstract LivekitEgress.ParticipantEgressRequest.OptionsCase getOptionsCase()
-
-
-
-