Documentation

DirectFileOutput extends Message
in package

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

Table of Contents

Properties

$disable_manifest  : mixed
Generated from protobuf field <code>bool disable_manifest = 5;</code>
$filepath  : mixed
Generated from protobuf field <code>string filepath = 1;</code>
$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
Generated from protobuf field <code>bool disable_manifest = 5;</code>
getFilepath()  : string
Generated from protobuf field <code>string filepath = 1;</code>
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
Generated from protobuf field <code>bool disable_manifest = 5;</code>
setFilepath()  : $this
Generated from protobuf field <code>string filepath = 1;</code>
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

Generated from protobuf field <code>bool disable_manifest = 5;</code>

protected mixed $disable_manifest = false

$filepath

Generated from protobuf field <code>string filepath = 1;</code>

protected mixed $filepath = ''

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
@type bool $disable_manifest
@type \Livekit\S3Upload $s3
@type \Livekit\GCPUpload $gcp
@type \Livekit\AzureBlobUpload $azure
@type \Livekit\AliOSSUpload $aliOSS

}

getDisableManifest()

Generated from protobuf field <code>bool disable_manifest = 5;</code>

public getDisableManifest() : bool
Return values
bool

getFilepath()

Generated from protobuf field <code>string filepath = 1;</code>

public getFilepath() : string
Return values
string

setDisableManifest()

Generated from protobuf field <code>bool disable_manifest = 5;</code>

public setDisableManifest(bool $var) : $this
Parameters
$var : bool
Return values
$this

setFilepath()

Generated from protobuf field <code>string filepath = 1;</code>

public setFilepath(string $var) : $this
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