-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitModels.SimulcastCodecInfoOrBuilder
public final class LivekitModels.SimulcastCodecInfo.Builder extends GeneratedMessageLite.Builder<LivekitModels.SimulcastCodecInfo, LivekitModels.SimulcastCodecInfo.Builder> implements LivekitModels.SimulcastCodecInfoOrBuilder
Protobuf type
{@code livekit.SimulcastCodecInfo}
-
-
Method Summary
Modifier and Type Method Description StringgetMimeType()string mime_type = 1;ByteStringgetMimeTypeBytes()string mime_type = 1;LivekitModels.SimulcastCodecInfo.BuildersetMimeType(String value)string mime_type = 1;LivekitModels.SimulcastCodecInfo.BuilderclearMimeType()string mime_type = 1;LivekitModels.SimulcastCodecInfo.BuildersetMimeTypeBytes(ByteString value)string mime_type = 1;StringgetMid()string mid = 2;ByteStringgetMidBytes()string mid = 2;LivekitModels.SimulcastCodecInfo.BuildersetMid(String value)string mid = 2;LivekitModels.SimulcastCodecInfo.BuilderclearMid()string mid = 2;LivekitModels.SimulcastCodecInfo.BuildersetMidBytes(ByteString value)string mid = 2;StringgetCid()string cid = 3;ByteStringgetCidBytes()string cid = 3;LivekitModels.SimulcastCodecInfo.BuildersetCid(String value)string cid = 3;LivekitModels.SimulcastCodecInfo.BuilderclearCid()string cid = 3;LivekitModels.SimulcastCodecInfo.BuildersetCidBytes(ByteString value)string cid = 3;List<LivekitModels.VideoLayer>getLayersList()repeated .livekit.VideoLayer layers = 4;intgetLayersCount()repeated .livekit.VideoLayer layers = 4;LivekitModels.VideoLayergetLayers(int index)repeated .livekit.VideoLayer layers = 4;LivekitModels.SimulcastCodecInfo.BuildersetLayers(int index, LivekitModels.VideoLayer value)repeated .livekit.VideoLayer layers = 4;LivekitModels.SimulcastCodecInfo.BuildersetLayers(int index, LivekitModels.VideoLayer.Builder builderForValue)repeated .livekit.VideoLayer layers = 4;LivekitModels.SimulcastCodecInfo.BuilderaddLayers(LivekitModels.VideoLayer value)repeated .livekit.VideoLayer layers = 4;LivekitModels.SimulcastCodecInfo.BuilderaddLayers(int index, LivekitModels.VideoLayer value)repeated .livekit.VideoLayer layers = 4;LivekitModels.SimulcastCodecInfo.BuilderaddLayers(LivekitModels.VideoLayer.Builder builderForValue)repeated .livekit.VideoLayer layers = 4;LivekitModels.SimulcastCodecInfo.BuilderaddLayers(int index, LivekitModels.VideoLayer.Builder builderForValue)repeated .livekit.VideoLayer layers = 4;LivekitModels.SimulcastCodecInfo.BuilderaddAllLayers(Iterable<out LivekitModels.VideoLayer> values)repeated .livekit.VideoLayer layers = 4;LivekitModels.SimulcastCodecInfo.BuilderclearLayers()repeated .livekit.VideoLayer layers = 4;LivekitModels.SimulcastCodecInfo.BuilderremoveLayers(int index)repeated .livekit.VideoLayer layers = 4;intgetVideoLayerModeValue().livekit.VideoLayer.Mode video_layer_mode = 5;LivekitModels.SimulcastCodecInfo.BuildersetVideoLayerModeValue(int value).livekit.VideoLayer.Mode video_layer_mode = 5;LivekitModels.VideoLayer.ModegetVideoLayerMode().livekit.VideoLayer.Mode video_layer_mode = 5;LivekitModels.SimulcastCodecInfo.BuildersetVideoLayerMode(LivekitModels.VideoLayer.Mode value).livekit.VideoLayer.Mode video_layer_mode = 5;LivekitModels.SimulcastCodecInfo.BuilderclearVideoLayerMode().livekit.VideoLayer.Mode video_layer_mode = 5;StringgetSdpCid()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;ByteStringgetSdpCidBytes()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;LivekitModels.SimulcastCodecInfo.BuildersetSdpCid(String value)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;LivekitModels.SimulcastCodecInfo.BuilderclearSdpCid()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;LivekitModels.SimulcastCodecInfo.BuildersetSdpCidBytes(ByteString value)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.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMimeType
String getMimeType()
string mime_type = 1;
-
getMimeTypeBytes
ByteString getMimeTypeBytes()
string mime_type = 1;
-
setMimeType
LivekitModels.SimulcastCodecInfo.Builder setMimeType(String value)
string mime_type = 1;- Parameters:
value- The mimeType to set.
-
clearMimeType
LivekitModels.SimulcastCodecInfo.Builder clearMimeType()
string mime_type = 1;
-
setMimeTypeBytes
LivekitModels.SimulcastCodecInfo.Builder setMimeTypeBytes(ByteString value)
string mime_type = 1;- Parameters:
value- The bytes for mimeType to set.
-
getMidBytes
ByteString getMidBytes()
string mid = 2;
-
setMid
LivekitModels.SimulcastCodecInfo.Builder setMid(String value)
string mid = 2;- Parameters:
value- The mid to set.
-
clearMid
LivekitModels.SimulcastCodecInfo.Builder clearMid()
string mid = 2;
-
setMidBytes
LivekitModels.SimulcastCodecInfo.Builder setMidBytes(ByteString value)
string mid = 2;- Parameters:
value- The bytes for mid to set.
-
getCidBytes
ByteString getCidBytes()
string cid = 3;
-
setCid
LivekitModels.SimulcastCodecInfo.Builder setCid(String value)
string cid = 3;- Parameters:
value- The cid to set.
-
clearCid
LivekitModels.SimulcastCodecInfo.Builder clearCid()
string cid = 3;
-
setCidBytes
LivekitModels.SimulcastCodecInfo.Builder setCidBytes(ByteString value)
string cid = 3;- Parameters:
value- The bytes for cid to set.
-
getLayersList
List<LivekitModels.VideoLayer> getLayersList()
repeated .livekit.VideoLayer layers = 4;
-
getLayersCount
int getLayersCount()
repeated .livekit.VideoLayer layers = 4;
-
getLayers
LivekitModels.VideoLayer getLayers(int index)
repeated .livekit.VideoLayer layers = 4;
-
setLayers
LivekitModels.SimulcastCodecInfo.Builder setLayers(int index, LivekitModels.VideoLayer value)
repeated .livekit.VideoLayer layers = 4;
-
setLayers
LivekitModels.SimulcastCodecInfo.Builder setLayers(int index, LivekitModels.VideoLayer.Builder builderForValue)
repeated .livekit.VideoLayer layers = 4;
-
addLayers
LivekitModels.SimulcastCodecInfo.Builder addLayers(LivekitModels.VideoLayer value)
repeated .livekit.VideoLayer layers = 4;
-
addLayers
LivekitModels.SimulcastCodecInfo.Builder addLayers(int index, LivekitModels.VideoLayer value)
repeated .livekit.VideoLayer layers = 4;
-
addLayers
LivekitModels.SimulcastCodecInfo.Builder addLayers(LivekitModels.VideoLayer.Builder builderForValue)
repeated .livekit.VideoLayer layers = 4;
-
addLayers
LivekitModels.SimulcastCodecInfo.Builder addLayers(int index, LivekitModels.VideoLayer.Builder builderForValue)
repeated .livekit.VideoLayer layers = 4;
-
addAllLayers
LivekitModels.SimulcastCodecInfo.Builder addAllLayers(Iterable<out LivekitModels.VideoLayer> values)
repeated .livekit.VideoLayer layers = 4;
-
clearLayers
LivekitModels.SimulcastCodecInfo.Builder clearLayers()
repeated .livekit.VideoLayer layers = 4;
-
removeLayers
LivekitModels.SimulcastCodecInfo.Builder removeLayers(int index)
repeated .livekit.VideoLayer layers = 4;
-
getVideoLayerModeValue
int getVideoLayerModeValue()
.livekit.VideoLayer.Mode video_layer_mode = 5;
-
setVideoLayerModeValue
LivekitModels.SimulcastCodecInfo.Builder setVideoLayerModeValue(int value)
.livekit.VideoLayer.Mode video_layer_mode = 5;- Parameters:
value- The videoLayerMode to set.
-
getVideoLayerMode
LivekitModels.VideoLayer.Mode getVideoLayerMode()
.livekit.VideoLayer.Mode video_layer_mode = 5;
-
setVideoLayerMode
LivekitModels.SimulcastCodecInfo.Builder setVideoLayerMode(LivekitModels.VideoLayer.Mode value)
.livekit.VideoLayer.Mode video_layer_mode = 5;- Parameters:
value- The enum numeric value on the wire for videoLayerMode to set.
-
clearVideoLayerMode
LivekitModels.SimulcastCodecInfo.Builder clearVideoLayerMode()
.livekit.VideoLayer.Mode video_layer_mode = 5;
-
getSdpCid
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
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;
-
setSdpCid
LivekitModels.SimulcastCodecInfo.Builder setSdpCid(String value)
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;- Parameters:
value- The sdpCid to set.
-
clearSdpCid
LivekitModels.SimulcastCodecInfo.Builder clearSdpCid()
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;
-
setSdpCidBytes
LivekitModels.SimulcastCodecInfo.Builder setSdpCidBytes(ByteString value)
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;- Parameters:
value- The bytes for sdpCid to set.
-
-
-
-