Documentation

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

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

}

getRecorderId()

ID of the original recorder that captured the file

public getRecorderId() : string

Generated from protobuf field string recorder_id = 5;

Return values
string

getRecordingId()

Generated from protobuf field <code>string recording_id = 1;</code>

public getRecordingId() : string
Return values
string

getRoomId()

Generated from protobuf field <code>string room_id = 2;</code>

public getRoomId() : string
Return values
string

getRoomSid()

Generated from protobuf field <code>string room_sid = 3;</code>

public getRoomSid() : string
Return values
string

getRoomTableId()

Generated from protobuf field <code>int64 room_table_id = 4;</code>

public getRoomTableId() : int|string
Return values
int|string

getTaskDetails()

public getTaskDetails() : string
Return values
string

setRecorderId()

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
$this

setRecordingId()

Generated from protobuf field <code>string recording_id = 1;</code>

public setRecordingId(string $var) : $this
Parameters
$var : string
Return values
$this

setRoomId()

Generated from protobuf field <code>string room_id = 2;</code>

public setRoomId(string $var) : $this
Parameters
$var : string
Return values
$this

setRoomSid()

Generated from protobuf field <code>string room_sid = 3;</code>

public setRoomSid(string $var) : $this
Parameters
$var : string
Return values
$this

setRoomTableId()

Generated from protobuf field <code>int64 room_table_id = 4;</code>

public setRoomTableId(int|string $var) : $this
Parameters
$var : int|string
Return values
$this
On this page

Search results