-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitEgress.FileInfoOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetFilename()string filename = 1;abstract ByteStringgetFilenameBytes()string filename = 1;abstract longgetStartedAt()int64 started_at = 2;abstract longgetEndedAt()int64 ended_at = 3;abstract longgetDuration()int64 duration = 6;abstract longgetSize()int64 size = 4;abstract StringgetLocation()string location = 5;abstract ByteStringgetLocationBytes()string location = 5;-
-
Method Detail
-
getFilename
abstract String getFilename()
string filename = 1;
-
getFilenameBytes
abstract ByteString getFilenameBytes()
string filename = 1;
-
getStartedAt
abstract long getStartedAt()
int64 started_at = 2;
-
getEndedAt
abstract long getEndedAt()
int64 ended_at = 3;
-
getDuration
abstract long getDuration()
int64 duration = 6;
-
getSize
abstract long getSize()
int64 size = 4;
-
getLocation
abstract String getLocation()
string location = 5;
-
getLocationBytes
abstract ByteString getLocationBytes()
string location = 5;
-
-
-
-