Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class VideoFormat.
Properties of the video format.
Generated from protobuf message google.cloud.video.livestream.v1.VideoFormat
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ codec
string
Video codec used in this video stream.
↳ width_pixels
int
The width of the video stream in pixels.
↳ height_pixels
int
The height of the video stream in pixels.
↳ frame_rate
float
The frame rate of the input video stream.
getCodec
Video codec used in this video stream.
string
setCodec
Video codec used in this video stream.
var
string
$this
getWidthPixels
The width of the video stream in pixels.
int
setWidthPixels
The width of the video stream in pixels.
var
int
$this
getHeightPixels
The height of the video stream in pixels.
int
setHeightPixels
The height of the video stream in pixels.
var
int
$this
getFrameRate
The frame rate of the input video stream.
float
setFrameRate
The frame rate of the input video stream.
var
float
$this