Class: Google::Cloud::VisionAI::V1::GstreamerBufferDescriptor
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::GstreamerBufferDescriptor
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/streaming_resources.rb
Overview
The descriptor for a gstreamer buffer payload.
Instance Attribute Summary collapse
-
#caps_string ⇒ ::String
The caps string of the payload.
-
#dts_time ⇒ ::Google::Protobuf::Timestamp
DTS of the frame.
-
#duration ⇒ ::Google::Protobuf::Duration
Duration of the frame.
-
#is_key_frame ⇒ ::Boolean
Whether the buffer is a key frame.
-
#pts_time ⇒ ::Google::Protobuf::Timestamp
PTS of the frame.
Instance Attribute Details
#caps_string ⇒ ::String
Returns The caps string of the payload.
40 41 42 43 |
# File 'proto_docs/google/cloud/visionai/v1/streaming_resources.rb', line 40 class GstreamerBufferDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dts_time ⇒ ::Google::Protobuf::Timestamp
Returns DTS of the frame.
40 41 42 43 |
# File 'proto_docs/google/cloud/visionai/v1/streaming_resources.rb', line 40 class GstreamerBufferDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#duration ⇒ ::Google::Protobuf::Duration
Returns Duration of the frame.
40 41 42 43 |
# File 'proto_docs/google/cloud/visionai/v1/streaming_resources.rb', line 40 class GstreamerBufferDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#is_key_frame ⇒ ::Boolean
Returns Whether the buffer is a key frame.
40 41 42 43 |
# File 'proto_docs/google/cloud/visionai/v1/streaming_resources.rb', line 40 class GstreamerBufferDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pts_time ⇒ ::Google::Protobuf::Timestamp
Returns PTS of the frame.
40 41 42 43 |
# File 'proto_docs/google/cloud/visionai/v1/streaming_resources.rb', line 40 class GstreamerBufferDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |