-
- 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 class
LivekitIngress.IngressInfo.Builder
Protobuf type
{@code livekit.IngressInfo}
-
Field Summary
Fields Modifier and Type Field Description public final static int
INGRESS_ID_FIELD_NUMBER
public final static int
NAME_FIELD_NUMBER
public final static int
STREAM_KEY_FIELD_NUMBER
public final static int
URL_FIELD_NUMBER
public final static int
INPUT_TYPE_FIELD_NUMBER
public final static int
BYPASS_TRANSCODING_FIELD_NUMBER
public final static int
ENABLE_TRANSCODING_FIELD_NUMBER
public final static int
AUDIO_FIELD_NUMBER
public final static int
VIDEO_FIELD_NUMBER
public final static int
ROOM_NAME_FIELD_NUMBER
public final static int
PARTICIPANT_IDENTITY_FIELD_NUMBER
public final static int
PARTICIPANT_NAME_FIELD_NUMBER
public final static int
PARTICIPANT_METADATA_FIELD_NUMBER
public final static int
REUSABLE_FIELD_NUMBER
public final static int
STATE_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description String
getIngressId()
string ingress_id = 1;
ByteString
getIngressIdBytes()
string ingress_id = 1;
String
getName()
string name = 2;
ByteString
getNameBytes()
string name = 2;
String
getStreamKey()
string stream_key = 3;
ByteString
getStreamKeyBytes()
string stream_key = 3;
String
getUrl()
URL to point the encoder to for push (RTMP, WHIP), or location to pull media from for pull (URL)
string url = 4;
ByteString
getUrlBytes()
URL to point the encoder to for push (RTMP, WHIP), or location to pull media from for pull (URL)
string url = 4;
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;
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;
boolean
getBypassTranscoding()
bool bypass_transcoding = 13 [deprecated = true];
boolean
hasEnableTranscoding()
optional bool enable_transcoding = 15;
boolean
getEnableTranscoding()
optional bool enable_transcoding = 15;
boolean
hasAudio()
.livekit.IngressAudioOptions audio = 6;
LivekitIngress.IngressAudioOptions
getAudio()
.livekit.IngressAudioOptions audio = 6;
boolean
hasVideo()
.livekit.IngressVideoOptions video = 7;
LivekitIngress.IngressVideoOptions
getVideo()
.livekit.IngressVideoOptions video = 7;
String
getRoomName()
string room_name = 8;
ByteString
getRoomNameBytes()
string room_name = 8;
String
getParticipantIdentity()
string participant_identity = 9;
ByteString
getParticipantIdentityBytes()
string participant_identity = 9;
String
getParticipantName()
string participant_name = 10;
ByteString
getParticipantNameBytes()
string participant_name = 10;
String
getParticipantMetadata()
string participant_metadata = 14;
ByteString
getParticipantMetadataBytes()
string participant_metadata = 14;
boolean
getReusable()
bool reusable = 11;
boolean
hasState()
Description of error/stream non compliance and debug info for publisher otherwise (received bitrate, resolution, bandwidth)
.livekit.IngressState state = 12;
LivekitIngress.IngressState
getState()
Description of error/stream non compliance and debug info for publisher otherwise (received bitrate, resolution, bandwidth)
.livekit.IngressState state = 12;
static LivekitIngress.IngressInfo
parseFrom(ByteBuffer data)
static LivekitIngress.IngressInfo
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
static LivekitIngress.IngressInfo
parseFrom(ByteString data)
static LivekitIngress.IngressInfo
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static LivekitIngress.IngressInfo
parseFrom(Array<byte> data)
static LivekitIngress.IngressInfo
parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
static LivekitIngress.IngressInfo
parseFrom(InputStream input)
static LivekitIngress.IngressInfo
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static LivekitIngress.IngressInfo
parseDelimitedFrom(InputStream input)
static LivekitIngress.IngressInfo
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static LivekitIngress.IngressInfo
parseFrom(CodedInputStream input)
static LivekitIngress.IngressInfo
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static LivekitIngress.IngressInfo.Builder
newBuilder()
static LivekitIngress.IngressInfo.Builder
newBuilder(LivekitIngress.IngressInfo prototype)
static LivekitIngress.IngressInfo
getDefaultInstance()
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;
-
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()
-
-
-
-