Package 

Interface LivekitRtc.UpdateVideoLayersOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getTrackSid() string track_sid = 1;
      abstract ByteString getTrackSidBytes() string track_sid = 1;
      abstract List<LivekitModels.VideoLayer> getLayersList() repeated .livekit.VideoLayer layers = 2;
      abstract LivekitModels.VideoLayer getLayers(int index) repeated .livekit.VideoLayer layers = 2;
      abstract int getLayersCount() repeated .livekit.VideoLayer layers = 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