Package 

Interface LivekitAnalytics.AnalyticsVideoLayerOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract int getLayer() int32 layer = 1;
      abstract int getPackets() uint32 packets = 2;
      abstract long getBytes() uint64 bytes = 3;
      abstract int getFrames() uint32 frames = 4;
      • 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
    • Method Detail

      • getLayer

         abstract int getLayer()

        int32 layer = 1;

      • getPackets

         abstract int getPackets()

        uint32 packets = 2;

      • getBytes

         abstract long getBytes()

        uint64 bytes = 3;

      • getFrames

         abstract int getFrames()

        uint32 frames = 4;