-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitIngress.CreateIngressRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetInputTypeValue().livekit.IngressInput input_type = 1;abstract LivekitIngress.IngressInputgetInputType().livekit.IngressInput input_type = 1;abstract StringgetUrl()Where to pull media from, only for URL input typestring url = 9;abstract ByteStringgetUrlBytes()Where to pull media from, only for URL input typestring url = 9;abstract StringgetName()User provided identifier for the ingressstring name = 2;abstract ByteStringgetNameBytes()User provided identifier for the ingressstring name = 2;abstract StringgetRoomName()room to publish tostring room_name = 3;abstract ByteStringgetRoomNameBytes()room to publish tostring room_name = 3;abstract StringgetParticipantIdentity()publish as participantstring participant_identity = 4;abstract ByteStringgetParticipantIdentityBytes()publish as participantstring participant_identity = 4;abstract StringgetParticipantName()name of publishing participant (used for display only)string participant_name = 5;abstract ByteStringgetParticipantNameBytes()name of publishing participant (used for display only)string participant_name = 5;abstract StringgetParticipantMetadata()metadata associated with the publishing participantstring participant_metadata = 10;abstract ByteStringgetParticipantMetadataBytes()metadata associated with the publishing participantstring participant_metadata = 10;abstract 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];abstract 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;abstract 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;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 booleanhasEnabled()The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 12;abstract booleangetEnabled()The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 12;-
-
Method Detail
-
getInputTypeValue
abstract int getInputTypeValue()
.livekit.IngressInput input_type = 1;
-
getInputType
abstract LivekitIngress.IngressInput getInputType()
.livekit.IngressInput input_type = 1;
-
getUrlBytes
abstract ByteString getUrlBytes()
Where to pull media from, only for URL input typestring url = 9;
-
getNameBytes
abstract ByteString getNameBytes()
User provided identifier for the ingressstring name = 2;
-
getRoomName
abstract String getRoomName()
room to publish tostring room_name = 3;
-
getRoomNameBytes
abstract ByteString getRoomNameBytes()
room to publish tostring room_name = 3;
-
getParticipantIdentity
abstract String getParticipantIdentity()
publish as participantstring participant_identity = 4;
-
getParticipantIdentityBytes
abstract ByteString getParticipantIdentityBytes()
publish as participantstring participant_identity = 4;
-
getParticipantName
abstract String getParticipantName()
name of publishing participant (used for display only)string participant_name = 5;
-
getParticipantNameBytes
abstract ByteString getParticipantNameBytes()
name of publishing participant (used for display only)string participant_name = 5;
-
getParticipantMetadata
abstract String getParticipantMetadata()
metadata associated with the publishing participantstring participant_metadata = 10;
-
getParticipantMetadataBytes
abstract ByteString getParticipantMetadataBytes()
metadata associated with the publishing participantstring participant_metadata = 10;
-
getBypassTranscoding
@Deprecated() abstract 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
abstract 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
abstract 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
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;
-
hasEnabled
abstract boolean hasEnabled()
The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 12;
-
getEnabled
abstract boolean getEnabled()
The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 12;
-
-
-
-