Class: Google::Cloud::VisionAI::V1::GstreamerBufferDescriptor

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#caps_string::String

Returns The caps string of the payload.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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.

Returns:

  • (::Boolean)

    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.

Returns:



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