Package 

Interface LivekitIngress.IngressInfoOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getIngressId() string ingress_id = 1;
      abstract ByteString getIngressIdBytes() string ingress_id = 1;
      abstract String getName() string name = 2;
      abstract ByteString getNameBytes() string name = 2;
      abstract String getStreamKey() string stream_key = 3;
      abstract ByteString getStreamKeyBytes() string stream_key = 3;
      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;
      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;
      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;
      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;
      abstract boolean getBypassTranscoding() bool bypass_transcoding = 13 [deprecated = true];
      abstract boolean hasEnableTranscoding() optional bool enable_transcoding = 15;
      abstract boolean getEnableTranscoding() optional bool enable_transcoding = 15;
      abstract boolean hasAudio() .livekit.IngressAudioOptions audio = 6;
      abstract LivekitIngress.IngressAudioOptions getAudio() .livekit.IngressAudioOptions audio = 6;
      abstract boolean hasVideo() .livekit.IngressVideoOptions video = 7;
      abstract LivekitIngress.IngressVideoOptions getVideo() .livekit.IngressVideoOptions video = 7;
      abstract String getRoomName() string room_name = 8;
      abstract ByteString getRoomNameBytes() string room_name = 8;
      abstract String getParticipantIdentity() string participant_identity = 9;
      abstract ByteString getParticipantIdentityBytes() string participant_identity = 9;
      abstract String getParticipantName() string participant_name = 10;
      abstract ByteString getParticipantNameBytes() string participant_name = 10;
      abstract String getParticipantMetadata() string participant_metadata = 14;
      abstract ByteString getParticipantMetadataBytes() string participant_metadata = 14;
      abstract boolean getReusable() bool reusable = 11;
      abstract boolean hasState()
      Description of error/stream non compliance and debug info for publisher otherwise (received bitrate, resolution, bandwidth)
      
      .livekit.IngressState state = 12;
      abstract LivekitIngress.IngressState getState()
      Description of error/stream non compliance and debug info for publisher otherwise (received bitrate, resolution, bandwidth)
      
      .livekit.IngressState state = 12;
      abstract boolean hasEnabled()
      The default value is true and when set to false, the new connection attempts will be rejected
      
      optional bool enabled = 16;
      abstract boolean getEnabled()
      The default value is true and when set to false, the new connection attempts will be rejected
      
      optional bool enabled = 16;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getNameBytes

         abstract ByteString getNameBytes()

        string name = 2;

      • 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;
      • 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;

      • hasVideo

         abstract boolean hasVideo()

        .livekit.IngressVideoOptions video = 7;

      • 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 rejected
        
        optional bool enabled = 16;
      • getEnabled

         abstract boolean getEnabled()
        The default value is true and when set to false, the new connection attempts will be rejected
        
        optional bool enabled = 16;