Codec
extends Message
in package
Generated from protobuf message <code>livekit.Codec</code>
Table of Contents
Properties
- $fmtp_line : mixed
- Generated from protobuf field <code>string fmtp_line = 2;</code>
- $mime : mixed
- Generated from protobuf field <code>string mime = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getFmtpLine() : string
- Generated from protobuf field <code>string fmtp_line = 2;</code>
- getMime() : string
- Generated from protobuf field <code>string mime = 1;</code>
- setFmtpLine() : $this
- Generated from protobuf field <code>string fmtp_line = 2;</code>
- setMime() : $this
- Generated from protobuf field <code>string mime = 1;</code>
Properties
$fmtp_line
Generated from protobuf field <code>string fmtp_line = 2;</code>
protected
mixed
$fmtp_line
= ''
$mime
Generated from protobuf field <code>string mime = 1;</code>
protected
mixed
$mime
= ''
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 $mime @type string $fmtp_line}
getFmtpLine()
Generated from protobuf field <code>string fmtp_line = 2;</code>
public
getFmtpLine() : string
Return values
stringgetMime()
Generated from protobuf field <code>string mime = 1;</code>
public
getMime() : string
Return values
stringsetFmtpLine()
Generated from protobuf field <code>string fmtp_line = 2;</code>
public
setFmtpLine(string $var) : $this
Parameters
- $var : string
Return values
$thissetMime()
Generated from protobuf field <code>string mime = 1;</code>
public
setMime(string $var) : $this
Parameters
- $var : string