TranscodingTask
extends Message
in package
TranscodingTask will be the job for the transcoding worker.
Generated from protobuf message plugnmeet.TranscodingTask
Table of Contents
Properties
- $recorder_id : mixed
- ID of the original recorder that captured the file
- $recording_id : mixed
- Generated from protobuf field <code>string recording_id = 1;</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>
- $room_table_id : mixed
- Generated from protobuf field <code>int64 room_table_id = 4;</code>
- $task_details : mixed
Methods
- __construct() : mixed
- Constructor.
- getMergeRecordings() : TranscodingTaskMergeRecordings|null
- Generated from protobuf field <code>.plugnmeet.TranscodingTaskMergeRecordings merge_recordings = 7;</code>
- getPostRecording() : TranscodingTaskPostRecording|null
- Generated from protobuf field <code>.plugnmeet.TranscodingTaskPostRecording post_recording = 6;</code>
- getRecorderId() : string
- ID of the original recorder that captured the file
- getRecordingId() : string
- Generated from protobuf field <code>string recording_id = 1;</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>
- getRoomTableId() : int|string
- Generated from protobuf field <code>int64 room_table_id = 4;</code>
- getTaskDetails() : string
- hasMergeRecordings() : mixed
- hasPostRecording() : mixed
- setMergeRecordings() : $this
- Generated from protobuf field <code>.plugnmeet.TranscodingTaskMergeRecordings merge_recordings = 7;</code>
- setPostRecording() : $this
- Generated from protobuf field <code>.plugnmeet.TranscodingTaskPostRecording post_recording = 6;</code>
- setRecorderId() : $this
- ID of the original recorder that captured the file
- setRecordingId() : $this
- Generated from protobuf field <code>string recording_id = 1;</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>
- setRoomTableId() : $this
- Generated from protobuf field <code>int64 room_table_id = 4;</code>
Properties
$recorder_id
ID of the original recorder that captured the file
protected
mixed
$recorder_id
= ''
Generated from protobuf field string recorder_id = 5;
$recording_id
Generated from protobuf field <code>string recording_id = 1;</code>
protected
mixed
$recording_id
= ''
$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
= ''
$room_table_id
Generated from protobuf field <code>int64 room_table_id = 4;</code>
protected
mixed
$room_table_id
= 0
$task_details
protected
mixed
$task_details
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 $recording_id @type string $room_id @type string $room_sid @type int|string $room_table_id @type string $recorder_id ID of the original recorder that captured the file @type \Mynaparrot\PlugnmeetProto\TranscodingTaskPostRecording $post_recording @type \Mynaparrot\PlugnmeetProto\TranscodingTaskMergeRecordings $merge_recordings}
getMergeRecordings()
Generated from protobuf field <code>.plugnmeet.TranscodingTaskMergeRecordings merge_recordings = 7;</code>
public
getMergeRecordings() : TranscodingTaskMergeRecordings|null
Return values
TranscodingTaskMergeRecordings|nullgetPostRecording()
Generated from protobuf field <code>.plugnmeet.TranscodingTaskPostRecording post_recording = 6;</code>
public
getPostRecording() : TranscodingTaskPostRecording|null
Return values
TranscodingTaskPostRecording|nullgetRecorderId()
ID of the original recorder that captured the file
public
getRecorderId() : string
Generated from protobuf field string recorder_id = 5;
Return values
stringgetRecordingId()
Generated from protobuf field <code>string recording_id = 1;</code>
public
getRecordingId() : string
Return values
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
stringgetRoomTableId()
Generated from protobuf field <code>int64 room_table_id = 4;</code>
public
getRoomTableId() : int|string
Return values
int|stringgetTaskDetails()
public
getTaskDetails() : string
Return values
stringhasMergeRecordings()
public
hasMergeRecordings() : mixed
hasPostRecording()
public
hasPostRecording() : mixed
setMergeRecordings()
Generated from protobuf field <code>.plugnmeet.TranscodingTaskMergeRecordings merge_recordings = 7;</code>
public
setMergeRecordings(TranscodingTaskMergeRecordings $var) : $this
Parameters
Return values
$thissetPostRecording()
Generated from protobuf field <code>.plugnmeet.TranscodingTaskPostRecording post_recording = 6;</code>
public
setPostRecording(TranscodingTaskPostRecording $var) : $this
Parameters
- $var : TranscodingTaskPostRecording
Return values
$thissetRecorderId()
ID of the original recorder that captured the file
public
setRecorderId(string $var) : $this
Generated from protobuf field string recorder_id = 5;
Parameters
- $var : string
Return values
$thissetRecordingId()
Generated from protobuf field <code>string recording_id = 1;</code>
public
setRecordingId(string $var) : $this
Parameters
- $var : 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
Return values
$thissetRoomTableId()
Generated from protobuf field <code>int64 room_table_id = 4;</code>
public
setRoomTableId(int|string $var) : $this
Parameters
- $var : int|string