Package 

Interface LivekitModels.DisabledCodecsOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract List<LivekitModels.Codec> getCodecsList()
      disabled for both publish and subscribe
      
      repeated .livekit.Codec codecs = 1;
      abstract LivekitModels.Codec getCodecs(int index)
      disabled for both publish and subscribe
      
      repeated .livekit.Codec codecs = 1;
      abstract int getCodecsCount()
      disabled for both publish and subscribe
      
      repeated .livekit.Codec codecs = 1;
      abstract List<LivekitModels.Codec> getPublishList()
      only disable for publish
      
      repeated .livekit.Codec publish = 2;
      abstract LivekitModels.Codec getPublish(int index)
      only disable for publish
      
      repeated .livekit.Codec publish = 2;
      abstract int getPublishCount()
      only disable for publish
      
      repeated .livekit.Codec publish = 2;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait