-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitIngress.IngressAudioOptionsOrBuilder
public final class LivekitIngress.IngressAudioOptions extends GeneratedMessageLite<LivekitIngress.IngressAudioOptions, LivekitIngress.IngressAudioOptions.Builder> implements LivekitIngress.IngressAudioOptionsOrBuilder
Protobuf type
{@code livekit.IngressAudioOptions}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumLivekitIngress.IngressAudioOptions.EncodingOptionsCasepublic final classLivekitIngress.IngressAudioOptions.BuilderProtobuf type
{@code livekit.IngressAudioOptions}
-
Field Summary
Fields Modifier and Type Field Description public final static intNAME_FIELD_NUMBERpublic final static intSOURCE_FIELD_NUMBERpublic final static intPRESET_FIELD_NUMBERpublic final static intOPTIONS_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEncodingOptionsCase
LivekitIngress.IngressAudioOptions.EncodingOptionsCase getEncodingOptionsCase()
-
getNameBytes
ByteString getNameBytes()
string name = 1;
-
getSourceValue
int getSourceValue()
.livekit.TrackSource source = 2;
-
getSource
LivekitModels.TrackSource getSource()
.livekit.TrackSource source = 2;
-
hasPreset
boolean hasPreset()
.livekit.IngressAudioEncodingPreset preset = 3;
-
getPresetValue
int getPresetValue()
.livekit.IngressAudioEncodingPreset preset = 3;
-
getPreset
LivekitIngress.IngressAudioEncodingPreset getPreset()
.livekit.IngressAudioEncodingPreset preset = 3;
-
hasOptions
boolean hasOptions()
.livekit.IngressAudioEncodingOptions options = 4;
-
getOptions
LivekitIngress.IngressAudioEncodingOptions getOptions()
.livekit.IngressAudioEncodingOptions options = 4;
-
parseFrom
static LivekitIngress.IngressAudioOptions parseFrom(ByteBuffer data)
-
parseFrom
static LivekitIngress.IngressAudioOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitIngress.IngressAudioOptions parseFrom(ByteString data)
-
parseFrom
static LivekitIngress.IngressAudioOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitIngress.IngressAudioOptions parseFrom(Array<byte> data)
-
parseFrom
static LivekitIngress.IngressAudioOptions parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitIngress.IngressAudioOptions parseFrom(InputStream input)
-
parseFrom
static LivekitIngress.IngressAudioOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitIngress.IngressAudioOptions parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitIngress.IngressAudioOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitIngress.IngressAudioOptions parseFrom(CodedInputStream input)
-
parseFrom
static LivekitIngress.IngressAudioOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitIngress.IngressAudioOptions.Builder newBuilder()
-
newBuilder
static LivekitIngress.IngressAudioOptions.Builder newBuilder(LivekitIngress.IngressAudioOptions prototype)
-
getDefaultInstance
static LivekitIngress.IngressAudioOptions getDefaultInstance()
-
parser
static Parser<LivekitIngress.IngressAudioOptions> parser()
-
-
-
-