Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class Type.
The type of the input.
Protobuf type google.cloud.video.livestream.v1.Input.Type
Namespace
Google \ Cloud \ Video \ LiveStream \ V1 \ InputMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0
Input type is not specified.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
RTMP_PUSH
Value: 1
Input will take an rtmp input stream.
Generated from protobuf enum RTMP_PUSH = 1;
SRT_PUSH
Value: 2
Input will take an srt (Secure Reliable Transport) input stream.
Generated from protobuf enum SRT_PUSH = 2;