Google Cloud Video Live Stream V1 Client - Class InputStreamProperty (0.2.6)

Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class InputStreamProperty.

Properties of the input stream.

Generated from protobuf message google.cloud.video.livestream.v1.InputStreamProperty

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ last_establish_time Google\Protobuf\Timestamp

The time that the current input stream is accepted and the connection is established.

↳ video_streams array<Google\Cloud\Video\LiveStream\V1\VideoStreamProperty>

Properties of the video streams.

↳ audio_streams array<Google\Cloud\Video\LiveStream\V1\AudioStreamProperty>

Properties of the audio streams.

getLastEstablishTime

The time that the current input stream is accepted and the connection is established.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasLastEstablishTime

clearLastEstablishTime

setLastEstablishTime

The time that the current input stream is accepted and the connection is established.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getVideoStreams

Properties of the video streams.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setVideoStreams

Properties of the video streams.

Parameter
NameDescription
var array<Google\Cloud\Video\LiveStream\V1\VideoStreamProperty>
Returns
TypeDescription
$this

getAudioStreams

Properties of the audio streams.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAudioStreams

Properties of the audio streams.

Parameter
NameDescription
var array<Google\Cloud\Video\LiveStream\V1\AudioStreamProperty>
Returns
TypeDescription
$this