Package 

Interface LivekitEgress.StreamInfoOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getUrl() string url = 1;
      abstract ByteString getUrlBytes() string url = 1;
      abstract long getStartedAt() int64 started_at = 2;
      abstract long getEndedAt() int64 ended_at = 3;
      abstract long getDuration() int64 duration = 4;
      abstract int getStatusValue() .livekit.StreamInfo.Status status = 5;
      abstract LivekitEgress.StreamInfo.Status getStatus() .livekit.StreamInfo.Status status = 5;
      abstract String getError() string error = 6;
      abstract ByteString getErrorBytes() string error = 6;
      • 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