Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class GstreamerBufferDescriptor.
The descriptor for a gstreamer buffer payload.
Generated from protobuf message google.cloud.visionai.v1.GstreamerBufferDescriptor
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ caps_string
string
The caps string of the payload.
↳ is_key_frame
bool
Whether the buffer is a key frame.
↳ pts_time
↳ dts_time
↳ duration
getCapsString
The caps string of the payload.
string
setCapsString
The caps string of the payload.
var
string
$this
getIsKeyFrame
Whether the buffer is a key frame.
bool
setIsKeyFrame
Whether the buffer is a key frame.
var
bool
$this
getPtsTime
PTS of the frame.
hasPtsTime
clearPtsTime
setPtsTime
PTS of the frame.
$this
getDtsTime
DTS of the frame.
hasDtsTime
clearDtsTime
setDtsTime
DTS of the frame.
$this
getDuration
Duration of the frame.
hasDuration
clearDuration
setDuration
Duration of the frame.
$this

