-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitIngress.CreateIngressRequestOrBuilder
public final class LivekitIngress.CreateIngressRequest extends GeneratedMessageLite<LivekitIngress.CreateIngressRequest, LivekitIngress.CreateIngressRequest.Builder> implements LivekitIngress.CreateIngressRequestOrBuilder
Protobuf type
{@code livekit.CreateIngressRequest}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitIngress.CreateIngressRequest.BuilderProtobuf type
{@code livekit.CreateIngressRequest}
-
Field Summary
Fields Modifier and Type Field Description public final static intINPUT_TYPE_FIELD_NUMBERpublic final static intURL_FIELD_NUMBERpublic final static intNAME_FIELD_NUMBERpublic final static intROOM_NAME_FIELD_NUMBERpublic final static intPARTICIPANT_IDENTITY_FIELD_NUMBERpublic final static intPARTICIPANT_NAME_FIELD_NUMBERpublic final static intPARTICIPANT_METADATA_FIELD_NUMBERpublic final static intBYPASS_TRANSCODING_FIELD_NUMBERpublic final static intENABLE_TRANSCODING_FIELD_NUMBERpublic final static intAUDIO_FIELD_NUMBERpublic final static intVIDEO_FIELD_NUMBERpublic final static intENABLED_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description intgetInputTypeValue().livekit.IngressInput input_type = 1;LivekitIngress.IngressInputgetInputType().livekit.IngressInput input_type = 1;StringgetUrl()Where to pull media from, only for URL input typestring url = 9;ByteStringgetUrlBytes()Where to pull media from, only for URL input typestring url = 9;StringgetName()User provided identifier for the ingressstring name = 2;ByteStringgetNameBytes()User provided identifier for the ingressstring name = 2;StringgetRoomName()room to publish tostring room_name = 3;ByteStringgetRoomNameBytes()room to publish tostring room_name = 3;StringgetParticipantIdentity()publish as participantstring participant_identity = 4;ByteStringgetParticipantIdentityBytes()publish as participantstring participant_identity = 4;StringgetParticipantName()name of publishing participant (used for display only)string participant_name = 5;ByteStringgetParticipantNameBytes()name of publishing participant (used for display only)string participant_name = 5;StringgetParticipantMetadata()metadata associated with the publishing participantstring participant_metadata = 10;ByteStringgetParticipantMetadataBytes()metadata associated with the publishing participantstring participant_metadata = 10;booleangetBypassTranscoding()[depreacted ] whether to pass through the incoming media without transcoding, only compatible with some input types. Use `enable_transcoding` instead.bool bypass_transcoding = 8 [deprecated = true];booleanhasEnableTranscoding()Whether to transcode the ingested media. Only WHIP supports disabling transcoding currently. WHIP will default to transcoding disabled. Replaces `bypass_transcoding.optional bool enable_transcoding = 11;booleangetEnableTranscoding()Whether to transcode the ingested media. Only WHIP supports disabling transcoding currently. WHIP will default to transcoding disabled. Replaces `bypass_transcoding.optional bool enable_transcoding = 11;booleanhasAudio().livekit.IngressAudioOptions audio = 6;LivekitIngress.IngressAudioOptionsgetAudio().livekit.IngressAudioOptions audio = 6;booleanhasVideo().livekit.IngressVideoOptions video = 7;LivekitIngress.IngressVideoOptionsgetVideo().livekit.IngressVideoOptions video = 7;booleanhasEnabled()The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 12;booleangetEnabled()The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 12;static LivekitIngress.CreateIngressRequestparseFrom(ByteBuffer data)static LivekitIngress.CreateIngressRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitIngress.CreateIngressRequestparseFrom(ByteString data)static LivekitIngress.CreateIngressRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitIngress.CreateIngressRequestparseFrom(Array<byte> data)static LivekitIngress.CreateIngressRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitIngress.CreateIngressRequestparseFrom(InputStream input)static LivekitIngress.CreateIngressRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitIngress.CreateIngressRequestparseDelimitedFrom(InputStream input)static LivekitIngress.CreateIngressRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitIngress.CreateIngressRequestparseFrom(CodedInputStream input)static LivekitIngress.CreateIngressRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitIngress.CreateIngressRequest.BuildernewBuilder()static LivekitIngress.CreateIngressRequest.BuildernewBuilder(LivekitIngress.CreateIngressRequest prototype)static LivekitIngress.CreateIngressRequestgetDefaultInstance()static Parser<LivekitIngress.CreateIngressRequest>parser()-
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
-
getInputTypeValue
int getInputTypeValue()
.livekit.IngressInput input_type = 1;
-
getInputType
LivekitIngress.IngressInput getInputType()
.livekit.IngressInput input_type = 1;
-
getUrlBytes
ByteString getUrlBytes()
Where to pull media from, only for URL input typestring url = 9;
-
getNameBytes
ByteString getNameBytes()
User provided identifier for the ingressstring name = 2;
-
getRoomName
String getRoomName()
room to publish tostring room_name = 3;
-
getRoomNameBytes
ByteString getRoomNameBytes()
room to publish tostring room_name = 3;
-
getParticipantIdentity
String getParticipantIdentity()
publish as participantstring participant_identity = 4;
-
getParticipantIdentityBytes
ByteString getParticipantIdentityBytes()
publish as participantstring participant_identity = 4;
-
getParticipantName
String getParticipantName()
name of publishing participant (used for display only)string participant_name = 5;
-
getParticipantNameBytes
ByteString getParticipantNameBytes()
name of publishing participant (used for display only)string participant_name = 5;
-
getParticipantMetadata
String getParticipantMetadata()
metadata associated with the publishing participantstring participant_metadata = 10;
-
getParticipantMetadataBytes
ByteString getParticipantMetadataBytes()
metadata associated with the publishing participantstring participant_metadata = 10;
-
getBypassTranscoding
@Deprecated() boolean getBypassTranscoding()
[depreacted ] whether to pass through the incoming media without transcoding, only compatible with some input types. Use `enable_transcoding` instead.bool bypass_transcoding = 8 [deprecated = true];
-
hasEnableTranscoding
boolean hasEnableTranscoding()
Whether to transcode the ingested media. Only WHIP supports disabling transcoding currently. WHIP will default to transcoding disabled. Replaces `bypass_transcoding.optional bool enable_transcoding = 11;
-
getEnableTranscoding
boolean getEnableTranscoding()
Whether to transcode the ingested media. Only WHIP supports disabling transcoding currently. WHIP will default to transcoding disabled. Replaces `bypass_transcoding.optional bool enable_transcoding = 11;
-
hasAudio
boolean hasAudio()
.livekit.IngressAudioOptions audio = 6;
-
getAudio
LivekitIngress.IngressAudioOptions getAudio()
.livekit.IngressAudioOptions audio = 6;
-
hasVideo
boolean hasVideo()
.livekit.IngressVideoOptions video = 7;
-
getVideo
LivekitIngress.IngressVideoOptions getVideo()
.livekit.IngressVideoOptions video = 7;
-
hasEnabled
boolean hasEnabled()
The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 12;
-
getEnabled
boolean getEnabled()
The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 12;
-
parseFrom
static LivekitIngress.CreateIngressRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitIngress.CreateIngressRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitIngress.CreateIngressRequest parseFrom(ByteString data)
-
parseFrom
static LivekitIngress.CreateIngressRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitIngress.CreateIngressRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitIngress.CreateIngressRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitIngress.CreateIngressRequest parseFrom(InputStream input)
-
parseFrom
static LivekitIngress.CreateIngressRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitIngress.CreateIngressRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitIngress.CreateIngressRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitIngress.CreateIngressRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitIngress.CreateIngressRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitIngress.CreateIngressRequest.Builder newBuilder()
-
newBuilder
static LivekitIngress.CreateIngressRequest.Builder newBuilder(LivekitIngress.CreateIngressRequest prototype)
-
getDefaultInstance
static LivekitIngress.CreateIngressRequest getDefaultInstance()
-
parser
static Parser<LivekitIngress.CreateIngressRequest> parser()
-
-
-
-