-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitIngress.IngressVideoOptionsOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()string name = 1;abstract ByteStringgetNameBytes()string name = 1;abstract intgetSourceValue().livekit.TrackSource source = 2;abstract LivekitModels.TrackSourcegetSource().livekit.TrackSource source = 2;abstract booleanhasPreset().livekit.IngressVideoEncodingPreset preset = 3;abstract intgetPresetValue().livekit.IngressVideoEncodingPreset preset = 3;abstract LivekitIngress.IngressVideoEncodingPresetgetPreset().livekit.IngressVideoEncodingPreset preset = 3;abstract booleanhasOptions().livekit.IngressVideoEncodingOptions options = 4;abstract LivekitIngress.IngressVideoEncodingOptionsgetOptions().livekit.IngressVideoEncodingOptions options = 4;abstract LivekitIngress.IngressVideoOptions.EncodingOptionsCasegetEncodingOptionsCase()-
-
Method Detail
-
getNameBytes
abstract ByteString getNameBytes()
string name = 1;
-
getSourceValue
abstract int getSourceValue()
.livekit.TrackSource source = 2;
-
getSource
abstract LivekitModels.TrackSource getSource()
.livekit.TrackSource source = 2;
-
hasPreset
abstract boolean hasPreset()
.livekit.IngressVideoEncodingPreset preset = 3;
-
getPresetValue
abstract int getPresetValue()
.livekit.IngressVideoEncodingPreset preset = 3;
-
getPreset
abstract LivekitIngress.IngressVideoEncodingPreset getPreset()
.livekit.IngressVideoEncodingPreset preset = 3;
-
hasOptions
abstract boolean hasOptions()
.livekit.IngressVideoEncodingOptions options = 4;
-
getOptions
abstract LivekitIngress.IngressVideoEncodingOptions getOptions()
.livekit.IngressVideoEncodingOptions options = 4;
-
getEncodingOptionsCase
abstract LivekitIngress.IngressVideoOptions.EncodingOptionsCase getEncodingOptionsCase()
-
-
-
-