-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRtc.SimulcastCodecOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract String
getCodec()
string codec = 1;
abstract ByteString
getCodecBytes()
string codec = 1;
abstract String
getCid()
string cid = 2;
abstract ByteString
getCidBytes()
string cid = 2;
-
-
Method Detail
-
getCodecBytes
abstract ByteString getCodecBytes()
string codec = 1;
-
getCidBytes
abstract ByteString getCidBytes()
string cid = 2;
-
-
-
-