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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasLastEstablishTime
clearLastEstablishTime
setLastEstablishTime
The time that the current input stream is accepted and the connection is established.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getVideoStreams
Properties of the video streams.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setVideoStreams
Properties of the video streams.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Video\LiveStream\V1\VideoStreamProperty>
|
Returns | |
---|---|
Type | Description |
$this |
getAudioStreams
Properties of the audio streams.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAudioStreams
Properties of the audio streams.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Video\LiveStream\V1\AudioStreamProperty>
|
Returns | |
---|---|
Type | Description |
$this |