Documentation

TranscodingTaskPostRecording extends Message
in package

Generated from protobuf message <code>plugnmeet.TranscodingTaskPostRecording</code>

Table of Contents

Properties

$file_name  : mixed
raw file name e.g. rec-xxx_raw.mp4
$file_path  : mixed
directory where raw file is stored
$recording_variant  : mixed
The variant of the recording

Methods

__construct()  : mixed
Constructor.
getFileName()  : string
raw file name e.g. rec-xxx_raw.mp4
getFilePath()  : string
directory where raw file is stored
getRecordingVariant()  : int
The variant of the recording
setFileName()  : $this
raw file name e.g. rec-xxx_raw.mp4
setFilePath()  : $this
directory where raw file is stored
setRecordingVariant()  : $this
The variant of the recording

Properties

$file_name

raw file name e.g. rec-xxx_raw.mp4

protected mixed $file_name = ''

Generated from protobuf field string file_name = 2;

$file_path

directory where raw file is stored

protected mixed $file_path = ''

Generated from protobuf field string file_path = 1;

$recording_variant

The variant of the recording

protected mixed $recording_variant = 0

Generated from protobuf field .plugnmeet.CloudRecordingVariants recording_variant = 3;

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 $file_path
      directory where raw file is stored
@type string $file_name
      raw file name e.g. rec-xxx_raw.mp4
@type int $recording_variant
      The variant of the recording

}

getFileName()

raw file name e.g. rec-xxx_raw.mp4

public getFileName() : string

Generated from protobuf field string file_name = 2;

Return values
string

getFilePath()

directory where raw file is stored

public getFilePath() : string

Generated from protobuf field string file_path = 1;

Return values
string

getRecordingVariant()

The variant of the recording

public getRecordingVariant() : int

Generated from protobuf field .plugnmeet.CloudRecordingVariants recording_variant = 3;

Return values
int

setFileName()

raw file name e.g. rec-xxx_raw.mp4

public setFileName(string $var) : $this

Generated from protobuf field string file_name = 2;

Parameters
$var : string
Return values
$this

setFilePath()

directory where raw file is stored

public setFilePath(string $var) : $this

Generated from protobuf field string file_path = 1;

Parameters
$var : string
Return values
$this

setRecordingVariant()

The variant of the recording

public setRecordingVariant(int $var) : $this

Generated from protobuf field .plugnmeet.CloudRecordingVariants recording_variant = 3;

Parameters
$var : int
Return values
$this
On this page

Search results