-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.CodecOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetMime()string mime = 1;abstract ByteStringgetMimeBytes()string mime = 1;abstract StringgetFmtpLine()string fmtp_line = 2;abstract ByteStringgetFmtpLineBytes()string fmtp_line = 2;-
-
Method Detail
-
getMimeBytes
abstract ByteString getMimeBytes()
string mime = 1;
-
getFmtpLine
abstract String getFmtpLine()
string fmtp_line = 2;
-
getFmtpLineBytes
abstract ByteString getFmtpLineBytes()
string fmtp_line = 2;
-
-
-
-