Documentation

ImagesInfo extends Message
in package

Generated from protobuf message <code>livekit.ImagesInfo</code>

Table of Contents

Properties

$ended_at  : mixed
Generated from protobuf field <code>int64 ended_at = 3;</code>
$filename_prefix  : mixed
Generated from protobuf field <code>string filename_prefix = 4;</code>
$image_count  : mixed
Generated from protobuf field <code>int64 image_count = 1;</code>
$started_at  : mixed
Generated from protobuf field <code>int64 started_at = 2;</code>

Methods

__construct()  : mixed
Constructor.
getEndedAt()  : int|string
Generated from protobuf field <code>int64 ended_at = 3;</code>
getFilenamePrefix()  : string
Generated from protobuf field <code>string filename_prefix = 4;</code>
getImageCount()  : int|string
Generated from protobuf field <code>int64 image_count = 1;</code>
getStartedAt()  : int|string
Generated from protobuf field <code>int64 started_at = 2;</code>
setEndedAt()  : $this
Generated from protobuf field <code>int64 ended_at = 3;</code>
setFilenamePrefix()  : $this
Generated from protobuf field <code>string filename_prefix = 4;</code>
setImageCount()  : $this
Generated from protobuf field <code>int64 image_count = 1;</code>
setStartedAt()  : $this
Generated from protobuf field <code>int64 started_at = 2;</code>

Properties

$ended_at

Generated from protobuf field <code>int64 ended_at = 3;</code>

protected mixed $ended_at = 0

$filename_prefix

Generated from protobuf field <code>string filename_prefix = 4;</code>

protected mixed $filename_prefix = ''

$image_count

Generated from protobuf field <code>int64 image_count = 1;</code>

protected mixed $image_count = 0

$started_at

Generated from protobuf field <code>int64 started_at = 2;</code>

protected mixed $started_at = 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 $filename_prefix
@type int|string $image_count
@type int|string $started_at
@type int|string $ended_at

}

getEndedAt()

Generated from protobuf field <code>int64 ended_at = 3;</code>

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

getFilenamePrefix()

Generated from protobuf field <code>string filename_prefix = 4;</code>

public getFilenamePrefix() : string
Return values
string

getImageCount()

Generated from protobuf field <code>int64 image_count = 1;</code>

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

getStartedAt()

Generated from protobuf field <code>int64 started_at = 2;</code>

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

setEndedAt()

Generated from protobuf field <code>int64 ended_at = 3;</code>

public setEndedAt(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

setFilenamePrefix()

Generated from protobuf field <code>string filename_prefix = 4;</code>

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

setImageCount()

Generated from protobuf field <code>int64 image_count = 1;</code>

public setImageCount(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

setStartedAt()

Generated from protobuf field <code>int64 started_at = 2;</code>

public setStartedAt(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

        
On this page

Search results