-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitEgress.WebEgressRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetUrl()string url = 1;abstract ByteStringgetUrlBytes()string url = 1;abstract booleangetAudioOnly()bool audio_only = 2;abstract booleangetVideoOnly()bool video_only = 3;abstract booleangetAwaitStartSignal()bool await_start_signal = 12;abstract booleanhasFile().livekit.EncodedFileOutput file = 4 [deprecated = true];abstract LivekitEgress.EncodedFileOutputgetFile().livekit.EncodedFileOutput file = 4 [deprecated = true];abstract booleanhasStream().livekit.StreamOutput stream = 5 [deprecated = true];abstract LivekitEgress.StreamOutputgetStream().livekit.StreamOutput stream = 5 [deprecated = true];abstract booleanhasSegments().livekit.SegmentedFileOutput segments = 6 [deprecated = true];abstract LivekitEgress.SegmentedFileOutputgetSegments().livekit.SegmentedFileOutput segments = 6 [deprecated = true];abstract booleanhasPreset().livekit.EncodingOptionsPreset preset = 7;abstract intgetPresetValue().livekit.EncodingOptionsPreset preset = 7;abstract LivekitEgress.EncodingOptionsPresetgetPreset().livekit.EncodingOptionsPreset preset = 7;abstract booleanhasAdvanced().livekit.EncodingOptions advanced = 8;abstract LivekitEgress.EncodingOptionsgetAdvanced().livekit.EncodingOptions advanced = 8;abstract List<LivekitEgress.EncodedFileOutput>getFileOutputsList()repeated .livekit.EncodedFileOutput file_outputs = 9;abstract LivekitEgress.EncodedFileOutputgetFileOutputs(int index)repeated .livekit.EncodedFileOutput file_outputs = 9;abstract intgetFileOutputsCount()repeated .livekit.EncodedFileOutput file_outputs = 9;abstract List<LivekitEgress.StreamOutput>getStreamOutputsList()repeated .livekit.StreamOutput stream_outputs = 10;abstract LivekitEgress.StreamOutputgetStreamOutputs(int index)repeated .livekit.StreamOutput stream_outputs = 10;abstract intgetStreamOutputsCount()repeated .livekit.StreamOutput stream_outputs = 10;abstract List<LivekitEgress.SegmentedFileOutput>getSegmentOutputsList()repeated .livekit.SegmentedFileOutput segment_outputs = 11;abstract LivekitEgress.SegmentedFileOutputgetSegmentOutputs(int index)repeated .livekit.SegmentedFileOutput segment_outputs = 11;abstract intgetSegmentOutputsCount()repeated .livekit.SegmentedFileOutput segment_outputs = 11;abstract List<LivekitEgress.ImageOutput>getImageOutputsList()repeated .livekit.ImageOutput image_outputs = 13;abstract LivekitEgress.ImageOutputgetImageOutputs(int index)repeated .livekit.ImageOutput image_outputs = 13;abstract intgetImageOutputsCount()repeated .livekit.ImageOutput image_outputs = 13;abstract List<LivekitModels.WebhookConfig>getWebhooksList()extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 14;abstract LivekitModels.WebhookConfiggetWebhooks(int index)extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 14;abstract intgetWebhooksCount()extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 14;abstract LivekitEgress.WebEgressRequest.OutputCasegetOutputCase()abstract LivekitEgress.WebEgressRequest.OptionsCasegetOptionsCase()-
-
Method Detail
-
getUrlBytes
abstract ByteString getUrlBytes()
string url = 1;
-
getAudioOnly
abstract boolean getAudioOnly()
bool audio_only = 2;
-
getVideoOnly
abstract boolean getVideoOnly()
bool video_only = 3;
-
getAwaitStartSignal
abstract boolean getAwaitStartSignal()
bool await_start_signal = 12;
-
hasFile
@Deprecated() abstract boolean hasFile()
.livekit.EncodedFileOutput file = 4 [deprecated = true];
-
getFile
@Deprecated() abstract LivekitEgress.EncodedFileOutput getFile()
.livekit.EncodedFileOutput file = 4 [deprecated = true];
-
hasStream
@Deprecated() abstract boolean hasStream()
.livekit.StreamOutput stream = 5 [deprecated = true];
-
getStream
@Deprecated() abstract LivekitEgress.StreamOutput getStream()
.livekit.StreamOutput stream = 5 [deprecated = true];
-
hasSegments
@Deprecated() abstract boolean hasSegments()
.livekit.SegmentedFileOutput segments = 6 [deprecated = true];
-
getSegments
@Deprecated() abstract LivekitEgress.SegmentedFileOutput getSegments()
.livekit.SegmentedFileOutput segments = 6 [deprecated = true];
-
hasPreset
abstract boolean hasPreset()
.livekit.EncodingOptionsPreset preset = 7;
-
getPresetValue
abstract int getPresetValue()
.livekit.EncodingOptionsPreset preset = 7;
-
getPreset
abstract LivekitEgress.EncodingOptionsPreset getPreset()
.livekit.EncodingOptionsPreset preset = 7;
-
hasAdvanced
abstract boolean hasAdvanced()
.livekit.EncodingOptions advanced = 8;
-
getAdvanced
abstract LivekitEgress.EncodingOptions getAdvanced()
.livekit.EncodingOptions advanced = 8;
-
getFileOutputsList
abstract List<LivekitEgress.EncodedFileOutput> getFileOutputsList()
repeated .livekit.EncodedFileOutput file_outputs = 9;
-
getFileOutputs
abstract LivekitEgress.EncodedFileOutput getFileOutputs(int index)
repeated .livekit.EncodedFileOutput file_outputs = 9;
-
getFileOutputsCount
abstract int getFileOutputsCount()
repeated .livekit.EncodedFileOutput file_outputs = 9;
-
getStreamOutputsList
abstract List<LivekitEgress.StreamOutput> getStreamOutputsList()
repeated .livekit.StreamOutput stream_outputs = 10;
-
getStreamOutputs
abstract LivekitEgress.StreamOutput getStreamOutputs(int index)
repeated .livekit.StreamOutput stream_outputs = 10;
-
getStreamOutputsCount
abstract int getStreamOutputsCount()
repeated .livekit.StreamOutput stream_outputs = 10;
-
getSegmentOutputsList
abstract List<LivekitEgress.SegmentedFileOutput> getSegmentOutputsList()
repeated .livekit.SegmentedFileOutput segment_outputs = 11;
-
getSegmentOutputs
abstract LivekitEgress.SegmentedFileOutput getSegmentOutputs(int index)
repeated .livekit.SegmentedFileOutput segment_outputs = 11;
-
getSegmentOutputsCount
abstract int getSegmentOutputsCount()
repeated .livekit.SegmentedFileOutput segment_outputs = 11;
-
getImageOutputsList
abstract List<LivekitEgress.ImageOutput> getImageOutputsList()
repeated .livekit.ImageOutput image_outputs = 13;
-
getImageOutputs
abstract LivekitEgress.ImageOutput getImageOutputs(int index)
repeated .livekit.ImageOutput image_outputs = 13;
-
getImageOutputsCount
abstract int getImageOutputsCount()
repeated .livekit.ImageOutput image_outputs = 13;
-
getWebhooksList
abstract List<LivekitModels.WebhookConfig> getWebhooksList()
extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 14;
-
getWebhooks
abstract LivekitModels.WebhookConfig getWebhooks(int index)
extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 14;
-
getWebhooksCount
abstract int getWebhooksCount()
extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 14;
-
getOutputCase
abstract LivekitEgress.WebEgressRequest.OutputCase getOutputCase()
-
getOptionsCase
abstract LivekitEgress.WebEgressRequest.OptionsCase getOptionsCase()
-
-
-
-