-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRtc.UpdateTrackSettingsOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<String>getTrackSidsList()repeated string track_sids = 1;abstract intgetTrackSidsCount()repeated string track_sids = 1;abstract StringgetTrackSids(int index)repeated string track_sids = 1;abstract ByteStringgetTrackSidsBytes(int index)repeated string track_sids = 1;abstract booleangetDisabled()when true, the track is placed in a paused state, with no new data returnedbool disabled = 3;abstract intgetQualityValue()deprecated in favor of width & height.livekit.VideoQuality quality = 4;abstract LivekitModels.VideoQualitygetQuality()deprecated in favor of width & height.livekit.VideoQuality quality = 4;abstract intgetWidth()for video, width to receiveuint32 width = 5;abstract intgetHeight()for video, height to receiveuint32 height = 6;abstract intgetFps()uint32 fps = 7;abstract intgetPriority()subscription priority. 1 being the highest (0 is unset) when unset, server sill assign priority based on the order of subscription server will use priority in the following ways: 1. when subscribed tracks exceed per-participant subscription limit, server will pause the lowest priority tracks 2. when the network is congested, server will assign available bandwidth to higher priority tracks first. lowest priority tracks can be pauseduint32 priority = 8;-
-
Method Detail
-
getTrackSidsList
abstract List<String> getTrackSidsList()
repeated string track_sids = 1;
-
getTrackSidsCount
abstract int getTrackSidsCount()
repeated string track_sids = 1;
-
getTrackSids
abstract String getTrackSids(int index)
repeated string track_sids = 1;- Parameters:
index- The index of the element to return.
-
getTrackSidsBytes
abstract ByteString getTrackSidsBytes(int index)
repeated string track_sids = 1;- Parameters:
index- The index of the element to return.
-
getDisabled
abstract boolean getDisabled()
when true, the track is placed in a paused state, with no new data returnedbool disabled = 3;
-
getQualityValue
abstract int getQualityValue()
deprecated in favor of width & height.livekit.VideoQuality quality = 4;
-
getQuality
abstract LivekitModels.VideoQuality getQuality()
deprecated in favor of width & height.livekit.VideoQuality quality = 4;
-
getWidth
abstract int getWidth()
for video, width to receiveuint32 width = 5;
-
getHeight
abstract int getHeight()
for video, height to receiveuint32 height = 6;
-
getFps
abstract int getFps()
uint32 fps = 7;
-
getPriority
abstract int getPriority()
subscription priority. 1 being the highest (0 is unset) when unset, server sill assign priority based on the order of subscription server will use priority in the following ways: 1. when subscribed tracks exceed per-participant subscription limit, server will pause the lowest priority tracks 2. when the network is congested, server will assign available bandwidth to higher priority tracks first. lowest priority tracks can be pauseduint32 priority = 8;
-
-
-
-