IngressAudioOptions
extends Message
in package
Generated from protobuf message <code>livekit.IngressAudioOptions</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() : IngressAudioEncodingOptions|null
- Generated from protobuf field <code>.livekit.IngressAudioEncodingOptions options = 4;</code>
- getPreset() : int
- Generated from protobuf field <code>.livekit.IngressAudioEncodingPreset 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.IngressAudioEncodingOptions options = 4;</code>
- setPreset() : $this
- Generated from protobuf field <code>.livekit.IngressAudioEncodingPreset preset = 3;</code>
- setSource() : $this
- Generated from protobuf field <code>.livekit.TrackSource source = 2;</code>
Properties
$encoding_options
protected
mixed
$encoding_options
$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\IngressAudioEncodingOptions $options}
getEncodingOptions()
public
getEncodingOptions() : string
Return values
stringgetName()
Generated from protobuf field <code>string name = 1;</code>
public
getName() : string
Return values
stringgetOptions()
Generated from protobuf field <code>.livekit.IngressAudioEncodingOptions options = 4;</code>
public
getOptions() : IngressAudioEncodingOptions|null
Return values
IngressAudioEncodingOptions|nullgetPreset()
Generated from protobuf field <code>.livekit.IngressAudioEncodingPreset preset = 3;</code>
public
getPreset() : int
Return values
intgetSource()
Generated from protobuf field <code>.livekit.TrackSource source = 2;</code>
public
getSource() : int
Return values
inthasOptions()
public
hasOptions() : mixed
hasPreset()
public
hasPreset() : mixed
setName()
Generated from protobuf field <code>string name = 1;</code>
public
setName(string $var) : $this
Parameters
- $var : string
Return values
$thissetOptions()
Generated from protobuf field <code>.livekit.IngressAudioEncodingOptions options = 4;</code>
public
setOptions(IngressAudioEncodingOptions $var) : $this
Parameters
- $var : IngressAudioEncodingOptions
Return values
$thissetPreset()
Generated from protobuf field <code>.livekit.IngressAudioEncodingPreset preset = 3;</code>
public
setPreset(int $var) : $this
Parameters
- $var : int
Return values
$thissetSource()
Generated from protobuf field <code>.livekit.TrackSource source = 2;</code>
public
setSource(int $var) : $this
Parameters
- $var : int