-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitEgress.TrackCompositeEgressRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetRoomName()requiredstring room_name = 1;abstract ByteStringgetRoomNameBytes()requiredstring room_name = 1;abstract StringgetAudioTrackId()(optional)string audio_track_id = 2;abstract ByteStringgetAudioTrackIdBytes()(optional)string audio_track_id = 2;abstract StringgetVideoTrackId()(optional)string video_track_id = 3;abstract ByteStringgetVideoTrackIdBytes()(optional)string video_track_id = 3;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 = 8 [deprecated = true];abstract LivekitEgress.SegmentedFileOutputgetSegments().livekit.SegmentedFileOutput segments = 8 [deprecated = true];abstract booleanhasPreset()(default H264_720P_30).livekit.EncodingOptionsPreset preset = 6;abstract intgetPresetValue()(default H264_720P_30).livekit.EncodingOptionsPreset preset = 6;abstract LivekitEgress.EncodingOptionsPresetgetPreset()(default H264_720P_30).livekit.EncodingOptionsPreset preset = 6;abstract booleanhasAdvanced()(optional).livekit.EncodingOptions advanced = 7;abstract LivekitEgress.EncodingOptionsgetAdvanced()(optional).livekit.EncodingOptions advanced = 7;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 = 15;abstract LivekitModels.WebhookConfiggetWebhooks(int index)extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 15;abstract intgetWebhooksCount()extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 15;abstract LivekitEgress.TrackCompositeEgressRequest.OutputCasegetOutputCase()abstract LivekitEgress.TrackCompositeEgressRequest.OptionsCasegetOptionsCase()-
-
Method Detail
-
getRoomName
abstract String getRoomName()
requiredstring room_name = 1;
-
getRoomNameBytes
abstract ByteString getRoomNameBytes()
requiredstring room_name = 1;
-
getAudioTrackId
abstract String getAudioTrackId()
(optional)string audio_track_id = 2;
-
getAudioTrackIdBytes
abstract ByteString getAudioTrackIdBytes()
(optional)string audio_track_id = 2;
-
getVideoTrackId
abstract String getVideoTrackId()
(optional)string video_track_id = 3;
-
getVideoTrackIdBytes
abstract ByteString getVideoTrackIdBytes()
(optional)string video_track_id = 3;
-
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 = 8 [deprecated = true];
-
getSegments
@Deprecated() abstract LivekitEgress.SegmentedFileOutput getSegments()
.livekit.SegmentedFileOutput segments = 8 [deprecated = true];
-
hasPreset
abstract boolean hasPreset()
(default H264_720P_30).livekit.EncodingOptionsPreset preset = 6;
-
getPresetValue
abstract int getPresetValue()
(default H264_720P_30).livekit.EncodingOptionsPreset preset = 6;
-
getPreset
abstract LivekitEgress.EncodingOptionsPreset getPreset()
(default H264_720P_30).livekit.EncodingOptionsPreset preset = 6;
-
hasAdvanced
abstract boolean hasAdvanced()
(optional).livekit.EncodingOptions advanced = 7;
-
getAdvanced
abstract LivekitEgress.EncodingOptions getAdvanced()
(optional).livekit.EncodingOptions advanced = 7;
-
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 = 15;
-
getWebhooks
abstract LivekitModels.WebhookConfig getWebhooks(int index)
extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 15;
-
getWebhooksCount
abstract int getWebhooksCount()
extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 15;
-
getOutputCase
abstract LivekitEgress.TrackCompositeEgressRequest.OutputCase getOutputCase()
-
getOptionsCase
abstract LivekitEgress.TrackCompositeEgressRequest.OptionsCase getOptionsCase()
-
-
-
-