-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitIngress.IngressAudioOptionsOrBuilder 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.IngressAudioEncodingPreset preset = 3;abstract intgetPresetValue().livekit.IngressAudioEncodingPreset preset = 3;abstract LivekitIngress.IngressAudioEncodingPresetgetPreset().livekit.IngressAudioEncodingPreset preset = 3;abstract booleanhasOptions().livekit.IngressAudioEncodingOptions options = 4;abstract LivekitIngress.IngressAudioEncodingOptionsgetOptions().livekit.IngressAudioEncodingOptions options = 4;abstract LivekitIngress.IngressAudioOptions.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.IngressAudioEncodingPreset preset = 3;
-
getPresetValue
abstract int getPresetValue()
.livekit.IngressAudioEncodingPreset preset = 3;
-
getPreset
abstract LivekitIngress.IngressAudioEncodingPreset getPreset()
.livekit.IngressAudioEncodingPreset preset = 3;
-
hasOptions
abstract boolean hasOptions()
.livekit.IngressAudioEncodingOptions options = 4;
-
getOptions
abstract LivekitIngress.IngressAudioEncodingOptions getOptions()
.livekit.IngressAudioEncodingOptions options = 4;
-
getEncodingOptionsCase
abstract LivekitIngress.IngressAudioOptions.EncodingOptionsCase getEncodingOptionsCase()
-
-
-
-