-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitEgress.AutoTrackEgressOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetFilepath()see docs for templating (default {track_id}-{time})string filepath = 1;abstract ByteStringgetFilepathBytes()see docs for templating (default {track_id}-{time})string filepath = 1;abstract booleangetDisableManifest()disables upload of json manifest file (default false)bool disable_manifest = 5;abstract booleanhasS3().livekit.S3Upload s3 = 2;abstract LivekitEgress.S3UploadgetS3().livekit.S3Upload s3 = 2;abstract booleanhasGcp().livekit.GCPUpload gcp = 3;abstract LivekitEgress.GCPUploadgetGcp().livekit.GCPUpload gcp = 3;abstract booleanhasAzure().livekit.AzureBlobUpload azure = 4;abstract LivekitEgress.AzureBlobUploadgetAzure().livekit.AzureBlobUpload azure = 4;abstract booleanhasAliOSS().livekit.AliOSSUpload aliOSS = 6;abstract LivekitEgress.AliOSSUploadgetAliOSS().livekit.AliOSSUpload aliOSS = 6;abstract LivekitEgress.AutoTrackEgress.OutputCasegetOutputCase()-
-
Method Detail
-
getFilepath
abstract String getFilepath()
see docs for templating (default {track_id}-{time})string filepath = 1;
-
getFilepathBytes
abstract ByteString getFilepathBytes()
see docs for templating (default {track_id}-{time})string filepath = 1;
-
getDisableManifest
abstract boolean getDisableManifest()
disables upload of json manifest file (default false)bool disable_manifest = 5;
-
hasS3
abstract boolean hasS3()
.livekit.S3Upload s3 = 2;
-
getS3
abstract LivekitEgress.S3Upload getS3()
.livekit.S3Upload s3 = 2;
-
hasGcp
abstract boolean hasGcp()
.livekit.GCPUpload gcp = 3;
-
getGcp
abstract LivekitEgress.GCPUpload getGcp()
.livekit.GCPUpload gcp = 3;
-
hasAzure
abstract boolean hasAzure()
.livekit.AzureBlobUpload azure = 4;
-
getAzure
abstract LivekitEgress.AzureBlobUpload getAzure()
.livekit.AzureBlobUpload azure = 4;
-
hasAliOSS
abstract boolean hasAliOSS()
.livekit.AliOSSUpload aliOSS = 6;
-
getAliOSS
abstract LivekitEgress.AliOSSUpload getAliOSS()
.livekit.AliOSSUpload aliOSS = 6;
-
getOutputCase
abstract LivekitEgress.AutoTrackEgress.OutputCase getOutputCase()
-
-
-
-