RecordingInfoEvent
extends Message
in package
Generated from protobuf message <code>plugnmeet.RecordingInfoEvent</code>
Table of Contents
Properties
- $file_path : mixed
- Generated from protobuf field <code>optional string file_path = 4;</code>
- $file_size : mixed
- Generated from protobuf field <code>optional float file_size = 5;</code>
- $record_id : mixed
- Generated from protobuf field <code>string record_id = 1;</code>
- $recorder_id : mixed
- Generated from protobuf field <code>string recorder_id = 2;</code>
- $recorder_msg : mixed
- Generated from protobuf field <code>string recorder_msg = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- clearFilePath() : mixed
- clearFileSize() : mixed
- getFilePath() : string
- Generated from protobuf field <code>optional string file_path = 4;</code>
- getFileSize() : float
- Generated from protobuf field <code>optional float file_size = 5;</code>
- getRecorderId() : string
- Generated from protobuf field <code>string recorder_id = 2;</code>
- getRecorderMsg() : string
- Generated from protobuf field <code>string recorder_msg = 3;</code>
- getRecordId() : string
- Generated from protobuf field <code>string record_id = 1;</code>
- hasFilePath() : mixed
- hasFileSize() : mixed
- setFilePath() : $this
- Generated from protobuf field <code>optional string file_path = 4;</code>
- setFileSize() : $this
- Generated from protobuf field <code>optional float file_size = 5;</code>
- setRecorderId() : $this
- Generated from protobuf field <code>string recorder_id = 2;</code>
- setRecorderMsg() : $this
- Generated from protobuf field <code>string recorder_msg = 3;</code>
- setRecordId() : $this
- Generated from protobuf field <code>string record_id = 1;</code>
Properties
$file_path
Generated from protobuf field <code>optional string file_path = 4;</code>
protected
mixed
$file_path
= null
$file_size
Generated from protobuf field <code>optional float file_size = 5;</code>
protected
mixed
$file_size
= null
$record_id
Generated from protobuf field <code>string record_id = 1;</code>
protected
mixed
$record_id
= ''
$recorder_id
Generated from protobuf field <code>string recorder_id = 2;</code>
protected
mixed
$recorder_id
= ''
$recorder_msg
Generated from protobuf field <code>string recorder_msg = 3;</code>
protected
mixed
$recorder_msg
= ''
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 $record_id @type string $recorder_id @type string $recorder_msg @type string $file_path @type float $file_size}
clearFilePath()
public
clearFilePath() : mixed
clearFileSize()
public
clearFileSize() : mixed
getFilePath()
Generated from protobuf field <code>optional string file_path = 4;</code>
public
getFilePath() : string
Return values
stringgetFileSize()
Generated from protobuf field <code>optional float file_size = 5;</code>
public
getFileSize() : float
Return values
floatgetRecorderId()
Generated from protobuf field <code>string recorder_id = 2;</code>
public
getRecorderId() : string
Return values
stringgetRecorderMsg()
Generated from protobuf field <code>string recorder_msg = 3;</code>
public
getRecorderMsg() : string
Return values
stringgetRecordId()
Generated from protobuf field <code>string record_id = 1;</code>
public
getRecordId() : string
Return values
stringhasFilePath()
public
hasFilePath() : mixed
hasFileSize()
public
hasFileSize() : mixed
setFilePath()
Generated from protobuf field <code>optional string file_path = 4;</code>
public
setFilePath(string $var) : $this
Parameters
- $var : string
Return values
$thissetFileSize()
Generated from protobuf field <code>optional float file_size = 5;</code>
public
setFileSize(float $var) : $this
Parameters
- $var : float
Return values
$thissetRecorderId()
Generated from protobuf field <code>string recorder_id = 2;</code>
public
setRecorderId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRecorderMsg()
Generated from protobuf field <code>string recorder_msg = 3;</code>
public
setRecorderMsg(string $var) : $this
Parameters
- $var : string
Return values
$thissetRecordId()
Generated from protobuf field <code>string record_id = 1;</code>
public
setRecordId(string $var) : $this
Parameters
- $var : string