-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitIngress.IngressInfoOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetIngressId()string ingress_id = 1;abstract ByteStringgetIngressIdBytes()string ingress_id = 1;abstract StringgetName()string name = 2;abstract ByteStringgetNameBytes()string name = 2;abstract StringgetStreamKey()string stream_key = 3;abstract ByteStringgetStreamKeyBytes()string stream_key = 3;abstract StringgetUrl()URL to point the encoder to for push (RTMP, WHIP), or location to pull media from for pull (URL)string url = 4;abstract ByteStringgetUrlBytes()URL to point the encoder to for push (RTMP, WHIP), or location to pull media from for pull (URL)string url = 4;abstract 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;abstract 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;abstract booleangetBypassTranscoding()bool bypass_transcoding = 13 [deprecated = true];abstract booleanhasEnableTranscoding()optional bool enable_transcoding = 15;abstract booleangetEnableTranscoding()optional bool enable_transcoding = 15;abstract booleanhasAudio().livekit.IngressAudioOptions audio = 6;abstract LivekitIngress.IngressAudioOptionsgetAudio().livekit.IngressAudioOptions audio = 6;abstract booleanhasVideo().livekit.IngressVideoOptions video = 7;abstract LivekitIngress.IngressVideoOptionsgetVideo().livekit.IngressVideoOptions video = 7;abstract StringgetRoomName()string room_name = 8;abstract ByteStringgetRoomNameBytes()string room_name = 8;abstract StringgetParticipantIdentity()string participant_identity = 9;abstract ByteStringgetParticipantIdentityBytes()string participant_identity = 9;abstract StringgetParticipantName()string participant_name = 10;abstract ByteStringgetParticipantNameBytes()string participant_name = 10;abstract StringgetParticipantMetadata()string participant_metadata = 14;abstract ByteStringgetParticipantMetadataBytes()string participant_metadata = 14;abstract booleangetReusable()bool reusable = 11;abstract booleanhasState()Description of error/stream non compliance and debug info for publisher otherwise (received bitrate, resolution, bandwidth).livekit.IngressState state = 12;abstract LivekitIngress.IngressStategetState()Description of error/stream non compliance and debug info for publisher otherwise (received bitrate, resolution, bandwidth).livekit.IngressState state = 12;abstract booleanhasEnabled()The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 16;abstract booleangetEnabled()The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 16;-
-
Method Detail
-
getIngressId
abstract String getIngressId()
string ingress_id = 1;
-
getIngressIdBytes
abstract ByteString getIngressIdBytes()
string ingress_id = 1;
-
getNameBytes
abstract ByteString getNameBytes()
string name = 2;
-
getStreamKey
abstract String getStreamKey()
string stream_key = 3;
-
getStreamKeyBytes
abstract ByteString getStreamKeyBytes()
string stream_key = 3;
-
getUrl
abstract 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
abstract 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
abstract 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
abstract 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() abstract boolean getBypassTranscoding()
bool bypass_transcoding = 13 [deprecated = true];
-
hasEnableTranscoding
abstract boolean hasEnableTranscoding()
optional bool enable_transcoding = 15;
-
getEnableTranscoding
abstract boolean getEnableTranscoding()
optional bool enable_transcoding = 15;
-
hasAudio
abstract boolean hasAudio()
.livekit.IngressAudioOptions audio = 6;
-
getAudio
abstract LivekitIngress.IngressAudioOptions getAudio()
.livekit.IngressAudioOptions audio = 6;
-
hasVideo
abstract boolean hasVideo()
.livekit.IngressVideoOptions video = 7;
-
getVideo
abstract LivekitIngress.IngressVideoOptions getVideo()
.livekit.IngressVideoOptions video = 7;
-
getRoomName
abstract String getRoomName()
string room_name = 8;
-
getRoomNameBytes
abstract ByteString getRoomNameBytes()
string room_name = 8;
-
getParticipantIdentity
abstract String getParticipantIdentity()
string participant_identity = 9;
-
getParticipantIdentityBytes
abstract ByteString getParticipantIdentityBytes()
string participant_identity = 9;
-
getParticipantName
abstract String getParticipantName()
string participant_name = 10;
-
getParticipantNameBytes
abstract ByteString getParticipantNameBytes()
string participant_name = 10;
-
getParticipantMetadata
abstract String getParticipantMetadata()
string participant_metadata = 14;
-
getParticipantMetadataBytes
abstract ByteString getParticipantMetadataBytes()
string participant_metadata = 14;
-
getReusable
abstract boolean getReusable()
bool reusable = 11;
-
hasState
abstract boolean hasState()
Description of error/stream non compliance and debug info for publisher otherwise (received bitrate, resolution, bandwidth).livekit.IngressState state = 12;
-
getState
abstract LivekitIngress.IngressState getState()
Description of error/stream non compliance and debug info for publisher otherwise (received bitrate, resolution, bandwidth).livekit.IngressState state = 12;
-
hasEnabled
abstract boolean hasEnabled()
The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 16;
-
getEnabled
abstract boolean getEnabled()
The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 16;
-
-
-
-