Documentation

AutoTrackEgress extends Message
in package

Generated from protobuf message <code>livekit.AutoTrackEgress</code>

Table of Contents

Properties

$disable_manifest  : mixed
disables upload of json manifest file (default false)
$filepath  : mixed
see docs for templating (default {track_id}-{time})
$output  : mixed

Methods

__construct()  : mixed
Constructor.
getAliOSS()  : AliOSSUpload|null
Generated from protobuf field <code>.livekit.AliOSSUpload aliOSS = 6;</code>
getAzure()  : AzureBlobUpload|null
Generated from protobuf field <code>.livekit.AzureBlobUpload azure = 4;</code>
getDisableManifest()  : bool
disables upload of json manifest file (default false)
getFilepath()  : string
see docs for templating (default {track_id}-{time})
getGcp()  : GCPUpload|null
Generated from protobuf field <code>.livekit.GCPUpload gcp = 3;</code>
getOutput()  : string
getS3()  : S3Upload|null
Generated from protobuf field <code>.livekit.S3Upload s3 = 2;</code>
hasAliOSS()  : mixed
hasAzure()  : mixed
hasGcp()  : mixed
hasS3()  : mixed
setAliOSS()  : $this
Generated from protobuf field <code>.livekit.AliOSSUpload aliOSS = 6;</code>
setAzure()  : $this
Generated from protobuf field <code>.livekit.AzureBlobUpload azure = 4;</code>
setDisableManifest()  : $this
disables upload of json manifest file (default false)
setFilepath()  : $this
see docs for templating (default {track_id}-{time})
setGcp()  : $this
Generated from protobuf field <code>.livekit.GCPUpload gcp = 3;</code>
setS3()  : $this
Generated from protobuf field <code>.livekit.S3Upload s3 = 2;</code>

Properties

$disable_manifest

disables upload of json manifest file (default false)

protected mixed $disable_manifest = false

Generated from protobuf field bool disable_manifest = 5;

$filepath

see docs for templating (default {track_id}-{time})

protected mixed $filepath = ''

Generated from protobuf field string filepath = 1;

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type string $filepath
      see docs for templating (default {track_id}-{time})
@type bool $disable_manifest
      disables upload of json manifest file (default false)
@type \Livekit\S3Upload $s3
@type \Livekit\GCPUpload $gcp
@type \Livekit\AzureBlobUpload $azure
@type \Livekit\AliOSSUpload $aliOSS

}

getDisableManifest()

disables upload of json manifest file (default false)

public getDisableManifest() : bool

Generated from protobuf field bool disable_manifest = 5;

Return values
bool

getFilepath()

see docs for templating (default {track_id}-{time})

public getFilepath() : string

Generated from protobuf field string filepath = 1;

Return values
string

setDisableManifest()

disables upload of json manifest file (default false)

public setDisableManifest(bool $var) : $this

Generated from protobuf field bool disable_manifest = 5;

Parameters
$var : bool
Return values
$this

setFilepath()

see docs for templating (default {track_id}-{time})

public setFilepath(string $var) : $this

Generated from protobuf field string filepath = 1;

Parameters
$var : string
Return values
$this

setGcp()

Generated from protobuf field <code>.livekit.GCPUpload gcp = 3;</code>

public setGcp(GCPUpload $var) : $this
Parameters
$var : GCPUpload
Return values
$this

setS3()

Generated from protobuf field <code>.livekit.S3Upload s3 = 2;</code>

public setS3(S3Upload $var) : $this
Parameters
$var : S3Upload
Return values
$this

        
On this page

Search results