Documentation

IngressVideoOptions extends Message
in package

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

Table of Contents

Properties

$encoding_options  : mixed
$name  : mixed
Generated from protobuf field <code>string name = 1;</code>
$source  : mixed
Generated from protobuf field <code>.livekit.TrackSource source = 2;</code>

Methods

__construct()  : mixed
Constructor.
getEncodingOptions()  : string
getName()  : string
Generated from protobuf field <code>string name = 1;</code>
getOptions()  : IngressVideoEncodingOptions|null
Generated from protobuf field <code>.livekit.IngressVideoEncodingOptions options = 4;</code>
getPreset()  : int
Generated from protobuf field <code>.livekit.IngressVideoEncodingPreset preset = 3;</code>
getSource()  : int
Generated from protobuf field <code>.livekit.TrackSource source = 2;</code>
hasOptions()  : mixed
hasPreset()  : mixed
setName()  : $this
Generated from protobuf field <code>string name = 1;</code>
setOptions()  : $this
Generated from protobuf field <code>.livekit.IngressVideoEncodingOptions options = 4;</code>
setPreset()  : $this
Generated from protobuf field <code>.livekit.IngressVideoEncodingPreset preset = 3;</code>
setSource()  : $this
Generated from protobuf field <code>.livekit.TrackSource source = 2;</code>

Properties

$name

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

protected mixed $name = ''

$source

Generated from protobuf field <code>.livekit.TrackSource source = 2;</code>

protected mixed $source = 0

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 $name
@type int $source
@type int $preset
@type \Livekit\IngressVideoEncodingOptions $options

}

getName()

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

public getName() : string
Return values
string

getPreset()

Generated from protobuf field <code>.livekit.IngressVideoEncodingPreset preset = 3;</code>

public getPreset() : int
Return values
int

getSource()

Generated from protobuf field <code>.livekit.TrackSource source = 2;</code>

public getSource() : int
Return values
int

setName()

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

public setName(string $var) : $this
Parameters
$var : string
Return values
$this

setPreset()

Generated from protobuf field <code>.livekit.IngressVideoEncodingPreset preset = 3;</code>

public setPreset(int $var) : $this
Parameters
$var : int
Return values
$this

setSource()

Generated from protobuf field <code>.livekit.TrackSource source = 2;</code>

public setSource(int $var) : $this
Parameters
$var : int
Return values
$this

        
On this page

Search results