-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.DisabledCodecsOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<LivekitModels.Codec>getCodecsList()disabled for both publish and subscriberepeated .livekit.Codec codecs = 1;abstract LivekitModels.CodecgetCodecs(int index)disabled for both publish and subscriberepeated .livekit.Codec codecs = 1;abstract intgetCodecsCount()disabled for both publish and subscriberepeated .livekit.Codec codecs = 1;abstract List<LivekitModels.Codec>getPublishList()only disable for publishrepeated .livekit.Codec publish = 2;abstract LivekitModels.CodecgetPublish(int index)only disable for publishrepeated .livekit.Codec publish = 2;abstract intgetPublishCount()only disable for publishrepeated .livekit.Codec publish = 2;-
-
Method Detail
-
getCodecsList
abstract List<LivekitModels.Codec> getCodecsList()
disabled for both publish and subscriberepeated .livekit.Codec codecs = 1;
-
getCodecs
abstract LivekitModels.Codec getCodecs(int index)
disabled for both publish and subscriberepeated .livekit.Codec codecs = 1;
-
getCodecsCount
abstract int getCodecsCount()
disabled for both publish and subscriberepeated .livekit.Codec codecs = 1;
-
getPublishList
abstract List<LivekitModels.Codec> getPublishList()
only disable for publishrepeated .livekit.Codec publish = 2;
-
getPublish
abstract LivekitModels.Codec getPublish(int index)
only disable for publishrepeated .livekit.Codec publish = 2;
-
getPublishCount
abstract int getPublishCount()
only disable for publishrepeated .livekit.Codec publish = 2;
-
-
-
-