-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitEgress.SegmentedFileOutputOrBuilder
public final class LivekitEgress.SegmentedFileOutput extends GeneratedMessageLite<LivekitEgress.SegmentedFileOutput, LivekitEgress.SegmentedFileOutput.Builder> implements LivekitEgress.SegmentedFileOutputOrBuilder
Protobuf typeUsed to generate HLS segments or other kind of segmented output{@code livekit.SegmentedFileOutput}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumLivekitEgress.SegmentedFileOutput.OutputCasepublic final classLivekitEgress.SegmentedFileOutput.Builder
Protobuf typeUsed to generate HLS segments or other kind of segmented output{@code livekit.SegmentedFileOutput}
-
Field Summary
Fields Modifier and Type Field Description public final static intPROTOCOL_FIELD_NUMBERpublic final static intFILENAME_PREFIX_FIELD_NUMBERpublic final static intPLAYLIST_NAME_FIELD_NUMBERpublic final static intLIVE_PLAYLIST_NAME_FIELD_NUMBERpublic final static intSEGMENT_DURATION_FIELD_NUMBERpublic final static intFILENAME_SUFFIX_FIELD_NUMBERpublic final static intDISABLE_MANIFEST_FIELD_NUMBERpublic final static intS3_FIELD_NUMBERpublic final static intGCP_FIELD_NUMBERpublic final static intAZURE_FIELD_NUMBERpublic final static intALIOSS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description LivekitEgress.SegmentedFileOutput.OutputCasegetOutputCase()intgetProtocolValue()(optional).livekit.SegmentedFileProtocol protocol = 1;LivekitEgress.SegmentedFileProtocolgetProtocol()(optional).livekit.SegmentedFileProtocol protocol = 1;StringgetFilenamePrefix()(optional)string filename_prefix = 2;ByteStringgetFilenamePrefixBytes()(optional)string filename_prefix = 2;StringgetPlaylistName()(optional)string playlist_name = 3;ByteStringgetPlaylistNameBytes()(optional)string playlist_name = 3;StringgetLivePlaylistName()(optional, disabled if not provided). Path of a live playliststring live_playlist_name = 11;ByteStringgetLivePlaylistNameBytes()(optional, disabled if not provided). Path of a live playliststring live_playlist_name = 11;intgetSegmentDuration()in seconds (optional)uint32 segment_duration = 4;intgetFilenameSuffixValue()(optional, default INDEX).livekit.SegmentedFileSuffix filename_suffix = 10;LivekitEgress.SegmentedFileSuffixgetFilenameSuffix()(optional, default INDEX).livekit.SegmentedFileSuffix filename_suffix = 10;booleangetDisableManifest()disable upload of manifest file (default false)bool disable_manifest = 8;booleanhasS3().livekit.S3Upload s3 = 5;LivekitEgress.S3UploadgetS3().livekit.S3Upload s3 = 5;booleanhasGcp().livekit.GCPUpload gcp = 6;LivekitEgress.GCPUploadgetGcp().livekit.GCPUpload gcp = 6;booleanhasAzure().livekit.AzureBlobUpload azure = 7;LivekitEgress.AzureBlobUploadgetAzure().livekit.AzureBlobUpload azure = 7;booleanhasAliOSS().livekit.AliOSSUpload aliOSS = 9;LivekitEgress.AliOSSUploadgetAliOSS().livekit.AliOSSUpload aliOSS = 9;static LivekitEgress.SegmentedFileOutputparseFrom(ByteBuffer data)static LivekitEgress.SegmentedFileOutputparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitEgress.SegmentedFileOutputparseFrom(ByteString data)static LivekitEgress.SegmentedFileOutputparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitEgress.SegmentedFileOutputparseFrom(Array<byte> data)static LivekitEgress.SegmentedFileOutputparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitEgress.SegmentedFileOutputparseFrom(InputStream input)static LivekitEgress.SegmentedFileOutputparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitEgress.SegmentedFileOutputparseDelimitedFrom(InputStream input)static LivekitEgress.SegmentedFileOutputparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitEgress.SegmentedFileOutputparseFrom(CodedInputStream input)static LivekitEgress.SegmentedFileOutputparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitEgress.SegmentedFileOutput.BuildernewBuilder()static LivekitEgress.SegmentedFileOutput.BuildernewBuilder(LivekitEgress.SegmentedFileOutput prototype)static LivekitEgress.SegmentedFileOutputgetDefaultInstance()static Parser<LivekitEgress.SegmentedFileOutput>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
-
getOutputCase
LivekitEgress.SegmentedFileOutput.OutputCase getOutputCase()
-
getProtocolValue
int getProtocolValue()
(optional).livekit.SegmentedFileProtocol protocol = 1;
-
getProtocol
LivekitEgress.SegmentedFileProtocol getProtocol()
(optional).livekit.SegmentedFileProtocol protocol = 1;
-
getFilenamePrefix
String getFilenamePrefix()
(optional)string filename_prefix = 2;
-
getFilenamePrefixBytes
ByteString getFilenamePrefixBytes()
(optional)string filename_prefix = 2;
-
getPlaylistName
String getPlaylistName()
(optional)string playlist_name = 3;
-
getPlaylistNameBytes
ByteString getPlaylistNameBytes()
(optional)string playlist_name = 3;
-
getLivePlaylistName
String getLivePlaylistName()
(optional, disabled if not provided). Path of a live playliststring live_playlist_name = 11;
-
getLivePlaylistNameBytes
ByteString getLivePlaylistNameBytes()
(optional, disabled if not provided). Path of a live playliststring live_playlist_name = 11;
-
getSegmentDuration
int getSegmentDuration()
in seconds (optional)uint32 segment_duration = 4;
-
getFilenameSuffixValue
int getFilenameSuffixValue()
(optional, default INDEX).livekit.SegmentedFileSuffix filename_suffix = 10;
-
getFilenameSuffix
LivekitEgress.SegmentedFileSuffix getFilenameSuffix()
(optional, default INDEX).livekit.SegmentedFileSuffix filename_suffix = 10;
-
getDisableManifest
boolean getDisableManifest()
disable upload of manifest file (default false)bool disable_manifest = 8;
-
hasS3
boolean hasS3()
.livekit.S3Upload s3 = 5;
-
getS3
LivekitEgress.S3Upload getS3()
.livekit.S3Upload s3 = 5;
-
hasGcp
boolean hasGcp()
.livekit.GCPUpload gcp = 6;
-
getGcp
LivekitEgress.GCPUpload getGcp()
.livekit.GCPUpload gcp = 6;
-
hasAzure
boolean hasAzure()
.livekit.AzureBlobUpload azure = 7;
-
getAzure
LivekitEgress.AzureBlobUpload getAzure()
.livekit.AzureBlobUpload azure = 7;
-
hasAliOSS
boolean hasAliOSS()
.livekit.AliOSSUpload aliOSS = 9;
-
getAliOSS
LivekitEgress.AliOSSUpload getAliOSS()
.livekit.AliOSSUpload aliOSS = 9;
-
parseFrom
static LivekitEgress.SegmentedFileOutput parseFrom(ByteBuffer data)
-
parseFrom
static LivekitEgress.SegmentedFileOutput parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitEgress.SegmentedFileOutput parseFrom(ByteString data)
-
parseFrom
static LivekitEgress.SegmentedFileOutput parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitEgress.SegmentedFileOutput parseFrom(Array<byte> data)
-
parseFrom
static LivekitEgress.SegmentedFileOutput parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitEgress.SegmentedFileOutput parseFrom(InputStream input)
-
parseFrom
static LivekitEgress.SegmentedFileOutput parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitEgress.SegmentedFileOutput parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitEgress.SegmentedFileOutput parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitEgress.SegmentedFileOutput parseFrom(CodedInputStream input)
-
parseFrom
static LivekitEgress.SegmentedFileOutput parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitEgress.SegmentedFileOutput.Builder newBuilder()
-
newBuilder
static LivekitEgress.SegmentedFileOutput.Builder newBuilder(LivekitEgress.SegmentedFileOutput prototype)
-
getDefaultInstance
static LivekitEgress.SegmentedFileOutput getDefaultInstance()
-
parser
static Parser<LivekitEgress.SegmentedFileOutput> parser()
-
-
-
-