-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitEgress.SegmentsInfoOrBuilder
public final class LivekitEgress.SegmentsInfo extends GeneratedMessageLite<LivekitEgress.SegmentsInfo, LivekitEgress.SegmentsInfo.Builder> implements LivekitEgress.SegmentsInfoOrBuilder
Protobuf type
{@code livekit.SegmentsInfo}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitEgress.SegmentsInfo.BuilderProtobuf type
{@code livekit.SegmentsInfo}
-
Field Summary
Fields Modifier and Type Field Description public final static intPLAYLIST_NAME_FIELD_NUMBERpublic final static intLIVE_PLAYLIST_NAME_FIELD_NUMBERpublic final static intDURATION_FIELD_NUMBERpublic final static intSIZE_FIELD_NUMBERpublic final static intPLAYLIST_LOCATION_FIELD_NUMBERpublic final static intLIVE_PLAYLIST_LOCATION_FIELD_NUMBERpublic final static intSEGMENT_COUNT_FIELD_NUMBERpublic final static intSTARTED_AT_FIELD_NUMBERpublic final static intENDED_AT_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetPlaylistName()string playlist_name = 1;ByteStringgetPlaylistNameBytes()string playlist_name = 1;StringgetLivePlaylistName()string live_playlist_name = 8;ByteStringgetLivePlaylistNameBytes()string live_playlist_name = 8;longgetDuration()int64 duration = 2;longgetSize()int64 size = 3;StringgetPlaylistLocation()string playlist_location = 4;ByteStringgetPlaylistLocationBytes()string playlist_location = 4;StringgetLivePlaylistLocation()string live_playlist_location = 9;ByteStringgetLivePlaylistLocationBytes()string live_playlist_location = 9;longgetSegmentCount()int64 segment_count = 5;longgetStartedAt()int64 started_at = 6;longgetEndedAt()int64 ended_at = 7;static LivekitEgress.SegmentsInfoparseFrom(ByteBuffer data)static LivekitEgress.SegmentsInfoparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitEgress.SegmentsInfoparseFrom(ByteString data)static LivekitEgress.SegmentsInfoparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitEgress.SegmentsInfoparseFrom(Array<byte> data)static LivekitEgress.SegmentsInfoparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitEgress.SegmentsInfoparseFrom(InputStream input)static LivekitEgress.SegmentsInfoparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitEgress.SegmentsInfoparseDelimitedFrom(InputStream input)static LivekitEgress.SegmentsInfoparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitEgress.SegmentsInfoparseFrom(CodedInputStream input)static LivekitEgress.SegmentsInfoparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitEgress.SegmentsInfo.BuildernewBuilder()static LivekitEgress.SegmentsInfo.BuildernewBuilder(LivekitEgress.SegmentsInfo prototype)static LivekitEgress.SegmentsInfogetDefaultInstance()static Parser<LivekitEgress.SegmentsInfo>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPlaylistName
String getPlaylistName()
string playlist_name = 1;
-
getPlaylistNameBytes
ByteString getPlaylistNameBytes()
string playlist_name = 1;
-
getLivePlaylistName
String getLivePlaylistName()
string live_playlist_name = 8;
-
getLivePlaylistNameBytes
ByteString getLivePlaylistNameBytes()
string live_playlist_name = 8;
-
getDuration
long getDuration()
int64 duration = 2;
-
getSize
long getSize()
int64 size = 3;
-
getPlaylistLocation
String getPlaylistLocation()
string playlist_location = 4;
-
getPlaylistLocationBytes
ByteString getPlaylistLocationBytes()
string playlist_location = 4;
-
getLivePlaylistLocation
String getLivePlaylistLocation()
string live_playlist_location = 9;
-
getLivePlaylistLocationBytes
ByteString getLivePlaylistLocationBytes()
string live_playlist_location = 9;
-
getSegmentCount
long getSegmentCount()
int64 segment_count = 5;
-
getStartedAt
long getStartedAt()
int64 started_at = 6;
-
getEndedAt
long getEndedAt()
int64 ended_at = 7;
-
parseFrom
static LivekitEgress.SegmentsInfo parseFrom(ByteBuffer data)
-
parseFrom
static LivekitEgress.SegmentsInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitEgress.SegmentsInfo parseFrom(ByteString data)
-
parseFrom
static LivekitEgress.SegmentsInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitEgress.SegmentsInfo parseFrom(Array<byte> data)
-
parseFrom
static LivekitEgress.SegmentsInfo parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitEgress.SegmentsInfo parseFrom(InputStream input)
-
parseFrom
static LivekitEgress.SegmentsInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitEgress.SegmentsInfo parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitEgress.SegmentsInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitEgress.SegmentsInfo parseFrom(CodedInputStream input)
-
parseFrom
static LivekitEgress.SegmentsInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitEgress.SegmentsInfo.Builder newBuilder()
-
newBuilder
static LivekitEgress.SegmentsInfo.Builder newBuilder(LivekitEgress.SegmentsInfo prototype)
-
getDefaultInstance
static LivekitEgress.SegmentsInfo getDefaultInstance()
-
parser
static Parser<LivekitEgress.SegmentsInfo> parser()
-
-
-
-