Package 

Interface LivekitEgress.FileInfoOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getFilename() string filename = 1;
      abstract ByteString getFilenameBytes() string filename = 1;
      abstract long getStartedAt() int64 started_at = 2;
      abstract long getEndedAt() int64 ended_at = 3;
      abstract long getDuration() int64 duration = 6;
      abstract long getSize() int64 size = 4;
      abstract String getLocation() string location = 5;
      abstract ByteString getLocationBytes() string location = 5;
      • 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