-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitIngress.IngressInfoOrBuilder
public final class LivekitIngress.IngressInfo extends GeneratedMessageLite<LivekitIngress.IngressInfo, LivekitIngress.IngressInfo.Builder> implements LivekitIngress.IngressInfoOrBuilder
Protobuf type
{@code livekit.IngressInfo}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitIngress.IngressInfo.BuilderProtobuf type
{@code livekit.IngressInfo}
-
Field Summary
Fields Modifier and Type Field Description public final static intINGRESS_ID_FIELD_NUMBERpublic final static intNAME_FIELD_NUMBERpublic final static intSTREAM_KEY_FIELD_NUMBERpublic final static intURL_FIELD_NUMBERpublic final static intINPUT_TYPE_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 intROOM_NAME_FIELD_NUMBERpublic final static intPARTICIPANT_IDENTITY_FIELD_NUMBERpublic final static intPARTICIPANT_NAME_FIELD_NUMBERpublic final static intPARTICIPANT_METADATA_FIELD_NUMBERpublic final static intREUSABLE_FIELD_NUMBERpublic final static intSTATE_FIELD_NUMBERpublic final static intENABLED_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetIngressId()string ingress_id = 1;ByteStringgetIngressIdBytes()string ingress_id = 1;StringgetName()string name = 2;ByteStringgetNameBytes()string name = 2;StringgetStreamKey()string stream_key = 3;ByteStringgetStreamKeyBytes()string stream_key = 3;StringgetUrl()URL to point the encoder to for push (RTMP, WHIP), or location to pull media from for pull (URL)string url = 4;ByteStringgetUrlBytes()URL to point the encoder to for push (RTMP, WHIP), or location to pull media from for pull (URL)string url = 4;intgetInputTypeValue()for RTMP input, it'll be a rtmp:// URL for FILE input, it'll be a http:// URL for SRT input, it'll be a srt:// URL.livekit.IngressInput input_type = 5;LivekitIngress.IngressInputgetInputType()for RTMP input, it'll be a rtmp:// URL for FILE input, it'll be a http:// URL for SRT input, it'll be a srt:// URL.livekit.IngressInput input_type = 5;booleangetBypassTranscoding()bool bypass_transcoding = 13 [deprecated = true];booleanhasEnableTranscoding()optional bool enable_transcoding = 15;booleangetEnableTranscoding()optional bool enable_transcoding = 15;booleanhasAudio().livekit.IngressAudioOptions audio = 6;LivekitIngress.IngressAudioOptionsgetAudio().livekit.IngressAudioOptions audio = 6;booleanhasVideo().livekit.IngressVideoOptions video = 7;LivekitIngress.IngressVideoOptionsgetVideo().livekit.IngressVideoOptions video = 7;StringgetRoomName()string room_name = 8;ByteStringgetRoomNameBytes()string room_name = 8;StringgetParticipantIdentity()string participant_identity = 9;ByteStringgetParticipantIdentityBytes()string participant_identity = 9;StringgetParticipantName()string participant_name = 10;ByteStringgetParticipantNameBytes()string participant_name = 10;StringgetParticipantMetadata()string participant_metadata = 14;ByteStringgetParticipantMetadataBytes()string participant_metadata = 14;booleangetReusable()bool reusable = 11;booleanhasState()Description of error/stream non compliance and debug info for publisher otherwise (received bitrate, resolution, bandwidth).livekit.IngressState state = 12;LivekitIngress.IngressStategetState()Description of error/stream non compliance and debug info for publisher otherwise (received bitrate, resolution, bandwidth).livekit.IngressState state = 12;booleanhasEnabled()The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 16;booleangetEnabled()The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 16;static LivekitIngress.IngressInfoparseFrom(ByteBuffer data)static LivekitIngress.IngressInfoparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitIngress.IngressInfoparseFrom(ByteString data)static LivekitIngress.IngressInfoparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitIngress.IngressInfoparseFrom(Array<byte> data)static LivekitIngress.IngressInfoparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitIngress.IngressInfoparseFrom(InputStream input)static LivekitIngress.IngressInfoparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitIngress.IngressInfoparseDelimitedFrom(InputStream input)static LivekitIngress.IngressInfoparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitIngress.IngressInfoparseFrom(CodedInputStream input)static LivekitIngress.IngressInfoparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitIngress.IngressInfo.BuildernewBuilder()static LivekitIngress.IngressInfo.BuildernewBuilder(LivekitIngress.IngressInfo prototype)static LivekitIngress.IngressInfogetDefaultInstance()static Parser<LivekitIngress.IngressInfo>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
-
getIngressId
String getIngressId()
string ingress_id = 1;
-
getIngressIdBytes
ByteString getIngressIdBytes()
string ingress_id = 1;
-
getNameBytes
ByteString getNameBytes()
string name = 2;
-
getStreamKey
String getStreamKey()
string stream_key = 3;
-
getStreamKeyBytes
ByteString getStreamKeyBytes()
string stream_key = 3;
-
getUrl
String getUrl()
URL to point the encoder to for push (RTMP, WHIP), or location to pull media from for pull (URL)string url = 4;
-
getUrlBytes
ByteString getUrlBytes()
URL to point the encoder to for push (RTMP, WHIP), or location to pull media from for pull (URL)string url = 4;
-
getInputTypeValue
int getInputTypeValue()
for RTMP input, it'll be a rtmp:// URL for FILE input, it'll be a http:// URL for SRT input, it'll be a srt:// URL.livekit.IngressInput input_type = 5;
-
getInputType
LivekitIngress.IngressInput getInputType()
for RTMP input, it'll be a rtmp:// URL for FILE input, it'll be a http:// URL for SRT input, it'll be a srt:// URL.livekit.IngressInput input_type = 5;
-
getBypassTranscoding
@Deprecated() boolean getBypassTranscoding()
bool bypass_transcoding = 13 [deprecated = true];
-
hasEnableTranscoding
boolean hasEnableTranscoding()
optional bool enable_transcoding = 15;
-
getEnableTranscoding
boolean getEnableTranscoding()
optional bool enable_transcoding = 15;
-
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;
-
getRoomName
String getRoomName()
string room_name = 8;
-
getRoomNameBytes
ByteString getRoomNameBytes()
string room_name = 8;
-
getParticipantIdentity
String getParticipantIdentity()
string participant_identity = 9;
-
getParticipantIdentityBytes
ByteString getParticipantIdentityBytes()
string participant_identity = 9;
-
getParticipantName
String getParticipantName()
string participant_name = 10;
-
getParticipantNameBytes
ByteString getParticipantNameBytes()
string participant_name = 10;
-
getParticipantMetadata
String getParticipantMetadata()
string participant_metadata = 14;
-
getParticipantMetadataBytes
ByteString getParticipantMetadataBytes()
string participant_metadata = 14;
-
getReusable
boolean getReusable()
bool reusable = 11;
-
hasState
boolean hasState()
Description of error/stream non compliance and debug info for publisher otherwise (received bitrate, resolution, bandwidth).livekit.IngressState state = 12;
-
getState
LivekitIngress.IngressState getState()
Description of error/stream non compliance and debug info for publisher otherwise (received bitrate, resolution, bandwidth).livekit.IngressState state = 12;
-
hasEnabled
boolean hasEnabled()
The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 16;
-
getEnabled
boolean getEnabled()
The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 16;
-
parseFrom
static LivekitIngress.IngressInfo parseFrom(ByteBuffer data)
-
parseFrom
static LivekitIngress.IngressInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitIngress.IngressInfo parseFrom(ByteString data)
-
parseFrom
static LivekitIngress.IngressInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitIngress.IngressInfo parseFrom(Array<byte> data)
-
parseFrom
static LivekitIngress.IngressInfo parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitIngress.IngressInfo parseFrom(InputStream input)
-
parseFrom
static LivekitIngress.IngressInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitIngress.IngressInfo parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitIngress.IngressInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitIngress.IngressInfo parseFrom(CodedInputStream input)
-
parseFrom
static LivekitIngress.IngressInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitIngress.IngressInfo.Builder newBuilder()
-
newBuilder
static LivekitIngress.IngressInfo.Builder newBuilder(LivekitIngress.IngressInfo prototype)
-
getDefaultInstance
static LivekitIngress.IngressInfo getDefaultInstance()
-
parser
static Parser<LivekitIngress.IngressInfo> parser()
-
-
-
-