RecordingInfo
extends Message
in package
Generated from protobuf message <code>plugnmeet.RecordingInfo</code>
Table of Contents
Properties
- $creation_time : mixed
- Generated from protobuf field <code>int64 creation_time = 6;</code>
- $file_path : mixed
- Generated from protobuf field <code>string file_path = 4;</code>
- $file_size : mixed
- Generated from protobuf field <code>float file_size = 5;</code>
- $metadata : mixed
- Generated from protobuf field <code>optional .plugnmeet.RecordingMetadata metadata = 8;</code>
- $record_id : mixed
- Generated from protobuf field <code>string record_id = 1;</code>
- $room_creation_time : mixed
- Generated from protobuf field <code>int64 room_creation_time = 7;</code>
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 2;</code>
- $room_sid : mixed
- Generated from protobuf field <code>string room_sid = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- clearMetadata() : mixed
- getCreationTime() : int|string
- Generated from protobuf field <code>int64 creation_time = 6;</code>
- getFilePath() : string
- Generated from protobuf field <code>string file_path = 4;</code>
- getFileSize() : float
- Generated from protobuf field <code>float file_size = 5;</code>
- getMetadata() : RecordingMetadata|null
- Generated from protobuf field <code>optional .plugnmeet.RecordingMetadata metadata = 8;</code>
- getRecordId() : string
- Generated from protobuf field <code>string record_id = 1;</code>
- getRoomCreationTime() : int|string
- Generated from protobuf field <code>int64 room_creation_time = 7;</code>
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 2;</code>
- getRoomSid() : string
- Generated from protobuf field <code>string room_sid = 3;</code>
- hasMetadata() : mixed
- setCreationTime() : $this
- Generated from protobuf field <code>int64 creation_time = 6;</code>
- setFilePath() : $this
- Generated from protobuf field <code>string file_path = 4;</code>
- setFileSize() : $this
- Generated from protobuf field <code>float file_size = 5;</code>
- setMetadata() : $this
- Generated from protobuf field <code>optional .plugnmeet.RecordingMetadata metadata = 8;</code>
- setRecordId() : $this
- Generated from protobuf field <code>string record_id = 1;</code>
- setRoomCreationTime() : $this
- Generated from protobuf field <code>int64 room_creation_time = 7;</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 2;</code>
- setRoomSid() : $this
- Generated from protobuf field <code>string room_sid = 3;</code>
Properties
$creation_time
Generated from protobuf field <code>int64 creation_time = 6;</code>
protected
mixed
$creation_time
= 0
$file_path
Generated from protobuf field <code>string file_path = 4;</code>
protected
mixed
$file_path
= ''
$file_size
Generated from protobuf field <code>float file_size = 5;</code>
protected
mixed
$file_size
= 0.0
$metadata
Generated from protobuf field <code>optional .plugnmeet.RecordingMetadata metadata = 8;</code>
protected
mixed
$metadata
= null
$record_id
Generated from protobuf field <code>string record_id = 1;</code>
protected
mixed
$record_id
= ''
$room_creation_time
Generated from protobuf field <code>int64 room_creation_time = 7;</code>
protected
mixed
$room_creation_time
= 0
$room_id
Generated from protobuf field <code>string room_id = 2;</code>
protected
mixed
$room_id
= ''
$room_sid
Generated from protobuf field <code>string room_sid = 3;</code>
protected
mixed
$room_sid
= ''
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 $room_id @type string $room_sid @type string $file_path @type float $file_size @type int|string $creation_time @type int|string $room_creation_time @type \Mynaparrot\PlugnmeetProto\RecordingMetadata $metadata}
clearMetadata()
public
clearMetadata() : mixed
getCreationTime()
Generated from protobuf field <code>int64 creation_time = 6;</code>
public
getCreationTime() : int|string
Return values
int|stringgetFilePath()
Generated from protobuf field <code>string file_path = 4;</code>
public
getFilePath() : string
Return values
stringgetFileSize()
Generated from protobuf field <code>float file_size = 5;</code>
public
getFileSize() : float
Return values
floatgetMetadata()
Generated from protobuf field <code>optional .plugnmeet.RecordingMetadata metadata = 8;</code>
public
getMetadata() : RecordingMetadata|null
Return values
RecordingMetadata|nullgetRecordId()
Generated from protobuf field <code>string record_id = 1;</code>
public
getRecordId() : string
Return values
stringgetRoomCreationTime()
Generated from protobuf field <code>int64 room_creation_time = 7;</code>
public
getRoomCreationTime() : int|string
Return values
int|stringgetRoomId()
Generated from protobuf field <code>string room_id = 2;</code>
public
getRoomId() : string
Return values
stringgetRoomSid()
Generated from protobuf field <code>string room_sid = 3;</code>
public
getRoomSid() : string
Return values
stringhasMetadata()
public
hasMetadata() : mixed
setCreationTime()
Generated from protobuf field <code>int64 creation_time = 6;</code>
public
setCreationTime(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetFilePath()
Generated from protobuf field <code>string file_path = 4;</code>
public
setFilePath(string $var) : $this
Parameters
- $var : string
Return values
$thissetFileSize()
Generated from protobuf field <code>float file_size = 5;</code>
public
setFileSize(float $var) : $this
Parameters
- $var : float
Return values
$thissetMetadata()
Generated from protobuf field <code>optional .plugnmeet.RecordingMetadata metadata = 8;</code>
public
setMetadata(RecordingMetadata $var) : $this
Parameters
- $var : RecordingMetadata
Return values
$thissetRecordId()
Generated from protobuf field <code>string record_id = 1;</code>
public
setRecordId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomCreationTime()
Generated from protobuf field <code>int64 room_creation_time = 7;</code>
public
setRoomCreationTime(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetRoomId()
Generated from protobuf field <code>string room_id = 2;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomSid()
Generated from protobuf field <code>string room_sid = 3;</code>
public
setRoomSid(string $var) : $this
Parameters
- $var : string