-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.SimulcastCodecInfoOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetMimeType()string mime_type = 1;abstract ByteStringgetMimeTypeBytes()string mime_type = 1;abstract StringgetMid()string mid = 2;abstract ByteStringgetMidBytes()string mid = 2;abstract StringgetCid()string cid = 3;abstract ByteStringgetCidBytes()string cid = 3;abstract List<LivekitModels.VideoLayer>getLayersList()repeated .livekit.VideoLayer layers = 4;abstract LivekitModels.VideoLayergetLayers(int index)repeated .livekit.VideoLayer layers = 4;abstract intgetLayersCount()repeated .livekit.VideoLayer layers = 4;abstract intgetVideoLayerModeValue().livekit.VideoLayer.Mode video_layer_mode = 5;abstract LivekitModels.VideoLayer.ModegetVideoLayerMode().livekit.VideoLayer.Mode video_layer_mode = 5;abstract 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;abstract 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;-
-
Method Detail
-
getMimeType
abstract String getMimeType()
string mime_type = 1;
-
getMimeTypeBytes
abstract ByteString getMimeTypeBytes()
string mime_type = 1;
-
getMidBytes
abstract ByteString getMidBytes()
string mid = 2;
-
getCidBytes
abstract ByteString getCidBytes()
string cid = 3;
-
getLayersList
abstract List<LivekitModels.VideoLayer> getLayersList()
repeated .livekit.VideoLayer layers = 4;
-
getLayers
abstract LivekitModels.VideoLayer getLayers(int index)
repeated .livekit.VideoLayer layers = 4;
-
getLayersCount
abstract int getLayersCount()
repeated .livekit.VideoLayer layers = 4;
-
getVideoLayerModeValue
abstract int getVideoLayerModeValue()
.livekit.VideoLayer.Mode video_layer_mode = 5;
-
getVideoLayerMode
abstract LivekitModels.VideoLayer.Mode getVideoLayerMode()
.livekit.VideoLayer.Mode video_layer_mode = 5;
-
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;
-
-
-
-