-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.VideoLayerOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetQualityValue()for tracks with a single layer, this should be HIGH.livekit.VideoQuality quality = 1;abstract LivekitModels.VideoQualitygetQuality()for tracks with a single layer, this should be HIGH.livekit.VideoQuality quality = 1;abstract intgetWidth()uint32 width = 2;abstract intgetHeight()uint32 height = 3;abstract intgetBitrate()target bitrate in bit per second (bps), server will measure actualuint32 bitrate = 4;abstract intgetSsrc()uint32 ssrc = 5;abstract intgetSpatialLayer()int32 spatial_layer = 6;abstract StringgetRid()string rid = 7;abstract ByteStringgetRidBytes()string rid = 7;-
-
Method Detail
-
getQualityValue
abstract int getQualityValue()
for tracks with a single layer, this should be HIGH.livekit.VideoQuality quality = 1;
-
getQuality
abstract LivekitModels.VideoQuality getQuality()
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 actualuint32 bitrate = 4;
-
getSsrc
abstract int getSsrc()
uint32 ssrc = 5;
-
getSpatialLayer
abstract int getSpatialLayer()
int32 spatial_layer = 6;
-
getRidBytes
abstract ByteString getRidBytes()
string rid = 7;
-
-
-
-