Package 

Interface LivekitModels.VideoLayerOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract int getQualityValue()
      for tracks with a single layer, this should be HIGH
      
      .livekit.VideoQuality quality = 1;
      abstract LivekitModels.VideoQuality getQuality()
      for tracks with a single layer, this should be HIGH
      
      .livekit.VideoQuality quality = 1;
      abstract int getWidth() uint32 width = 2;
      abstract int getHeight() uint32 height = 3;
      abstract int getBitrate()
      target bitrate in bit per second (bps), server will measure actual
      
      uint32 bitrate = 4;
      abstract int getSsrc() uint32 ssrc = 5;
      abstract int getSpatialLayer() int32 spatial_layer = 6;
      abstract String getRid() string rid = 7;
      abstract ByteString getRidBytes() string rid = 7;
      • 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

      • getQualityValue

         abstract int getQualityValue()
        for tracks with a single layer, this should be HIGH
        
        .livekit.VideoQuality quality = 1;
      • getWidth

         abstract int getWidth()

        uint32 width = 2;

      • getHeight

         abstract int getHeight()

        uint32 height = 3;

      • getBitrate

         abstract int getBitrate()
        target bitrate in bit per second (bps), server will measure actual
        
        uint32 bitrate = 4;
      • getSsrc

         abstract int getSsrc()

        uint32 ssrc = 5;

      • getRidBytes

         abstract ByteString getRidBytes()

        string rid = 7;