-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitEgress.StreamInfoOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetUrl()string url = 1;abstract ByteStringgetUrlBytes()string url = 1;abstract longgetStartedAt()int64 started_at = 2;abstract longgetEndedAt()int64 ended_at = 3;abstract longgetDuration()int64 duration = 4;abstract intgetStatusValue().livekit.StreamInfo.Status status = 5;abstract LivekitEgress.StreamInfo.StatusgetStatus().livekit.StreamInfo.Status status = 5;abstract StringgetError()string error = 6;abstract ByteStringgetErrorBytes()string error = 6;-
-
Method Detail
-
getUrlBytes
abstract ByteString getUrlBytes()
string url = 1;
-
getStartedAt
abstract long getStartedAt()
int64 started_at = 2;
-
getEndedAt
abstract long getEndedAt()
int64 ended_at = 3;
-
getDuration
abstract long getDuration()
int64 duration = 4;
-
getStatusValue
abstract int getStatusValue()
.livekit.StreamInfo.Status status = 5;
-
getStatus
abstract LivekitEgress.StreamInfo.Status getStatus()
.livekit.StreamInfo.Status status = 5;
-
getErrorBytes
abstract ByteString getErrorBytes()
string error = 6;
-
-
-
-