Class GstreamerBufferDescriptor (0.1.0)

GstreamerBufferDescriptor(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The descriptor for a gstreamer buffer payload.

Attributes

Name Description
caps_string str
The caps string of the payload.
is_key_frame bool
Whether the buffer is a key frame.
pts_time google.protobuf.timestamp_pb2.Timestamp
PTS of the frame.
dts_time google.protobuf.timestamp_pb2.Timestamp
DTS of the frame.
duration google.protobuf.duration_pb2.Duration
Duration of the frame.