-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitEgress.WebEgressRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract String
getUrl()
string url = 1;
abstract ByteString
getUrlBytes()
string url = 1;
abstract boolean
getAudioOnly()
bool audio_only = 2;
abstract boolean
getVideoOnly()
bool video_only = 3;
abstract boolean
getAwaitStartSignal()
bool await_start_signal = 12;
abstract boolean
hasFile()
.livekit.EncodedFileOutput file = 4 [deprecated = true];
abstract LivekitEgress.EncodedFileOutput
getFile()
.livekit.EncodedFileOutput file = 4 [deprecated = true];
abstract boolean
hasStream()
.livekit.StreamOutput stream = 5 [deprecated = true];
abstract LivekitEgress.StreamOutput
getStream()
.livekit.StreamOutput stream = 5 [deprecated = true];
abstract boolean
hasSegments()
.livekit.SegmentedFileOutput segments = 6 [deprecated = true];
abstract LivekitEgress.SegmentedFileOutput
getSegments()
.livekit.SegmentedFileOutput segments = 6 [deprecated = true];
abstract boolean
hasPreset()
.livekit.EncodingOptionsPreset preset = 7;
abstract int
getPresetValue()
.livekit.EncodingOptionsPreset preset = 7;
abstract LivekitEgress.EncodingOptionsPreset
getPreset()
.livekit.EncodingOptionsPreset preset = 7;
abstract boolean
hasAdvanced()
.livekit.EncodingOptions advanced = 8;
abstract LivekitEgress.EncodingOptions
getAdvanced()
.livekit.EncodingOptions advanced = 8;
abstract List<LivekitEgress.EncodedFileOutput>
getFileOutputsList()
repeated .livekit.EncodedFileOutput file_outputs = 9;
abstract LivekitEgress.EncodedFileOutput
getFileOutputs(int index)
repeated .livekit.EncodedFileOutput file_outputs = 9;
abstract int
getFileOutputsCount()
repeated .livekit.EncodedFileOutput file_outputs = 9;
abstract List<LivekitEgress.StreamOutput>
getStreamOutputsList()
repeated .livekit.StreamOutput stream_outputs = 10;
abstract LivekitEgress.StreamOutput
getStreamOutputs(int index)
repeated .livekit.StreamOutput stream_outputs = 10;
abstract int
getStreamOutputsCount()
repeated .livekit.StreamOutput stream_outputs = 10;
abstract List<LivekitEgress.SegmentedFileOutput>
getSegmentOutputsList()
repeated .livekit.SegmentedFileOutput segment_outputs = 11;
abstract LivekitEgress.SegmentedFileOutput
getSegmentOutputs(int index)
repeated .livekit.SegmentedFileOutput segment_outputs = 11;
abstract int
getSegmentOutputsCount()
repeated .livekit.SegmentedFileOutput segment_outputs = 11;
abstract List<LivekitEgress.ImageOutput>
getImageOutputsList()
repeated .livekit.ImageOutput image_outputs = 13;
abstract LivekitEgress.ImageOutput
getImageOutputs(int index)
repeated .livekit.ImageOutput image_outputs = 13;
abstract int
getImageOutputsCount()
repeated .livekit.ImageOutput image_outputs = 13;
abstract LivekitEgress.WebEgressRequest.OutputCase
getOutputCase()
abstract LivekitEgress.WebEgressRequest.OptionsCase
getOptionsCase()
-
-
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;
-
getOutputCase
abstract LivekitEgress.WebEgressRequest.OutputCase getOutputCase()
-
getOptionsCase
abstract LivekitEgress.WebEgressRequest.OptionsCase getOptionsCase()
-
-
-
-