Package 

Interface LivekitModels.SimulcastCodecInfoOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getMimeType() string mime_type = 1;
      abstract ByteString getMimeTypeBytes() string mime_type = 1;
      abstract String getMid() string mid = 2;
      abstract ByteString getMidBytes() string mid = 2;
      abstract String getCid() string cid = 3;
      abstract ByteString getCidBytes() string cid = 3;
      abstract List<LivekitModels.VideoLayer> getLayersList() repeated .livekit.VideoLayer layers = 4;
      abstract LivekitModels.VideoLayer getLayers(int index) repeated .livekit.VideoLayer layers = 4;
      abstract int getLayersCount() repeated .livekit.VideoLayer layers = 4;
      abstract int getVideoLayerModeValue() .livekit.VideoLayer.Mode video_layer_mode = 5;
      abstract LivekitModels.VideoLayer.Mode getVideoLayerMode() .livekit.VideoLayer.Mode video_layer_mode = 5;
      abstract String getSdpCid()
      cid (client side id for track) could be different between
      signalling (AddTrackRequest) and SDP offer. This field
      will be populated only if it is different to avoid
      duplication and keep the representation concise.
      
      string sdp_cid = 6;
      abstract ByteString getSdpCidBytes()
      cid (client side id for track) could be different between
      signalling (AddTrackRequest) and SDP offer. This field
      will be populated only if it is different to avoid
      duplication and keep the representation concise.
      
      string sdp_cid = 6;
      • 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

      • getMidBytes

         abstract ByteString getMidBytes()

        string mid = 2;

      • getCidBytes

         abstract ByteString getCidBytes()

        string cid = 3;

      • getLayersCount

         abstract int getLayersCount()

        repeated .livekit.VideoLayer layers = 4;

      • getSdpCid

         abstract String getSdpCid()
        cid (client side id for track) could be different between
        signalling (AddTrackRequest) and SDP offer. This field
        will be populated only if it is different to avoid
        duplication and keep the representation concise.
        
        string sdp_cid = 6;
      • getSdpCidBytes

         abstract ByteString getSdpCidBytes()
        cid (client side id for track) could be different between
        signalling (AddTrackRequest) and SDP offer. This field
        will be populated only if it is different to avoid
        duplication and keep the representation concise.
        
        string sdp_cid = 6;