template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 543 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/wire_types.h
Public Methods
::fuchsia_camera2::wire::FrameMetadata Build ()
Build and return the table. The builder should not be used after this.
bool has_timestamp ()
void clear_timestamp ()
Clears the timestamp field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & timestamp ()
Getter for timestamp.
BuilderImpl & timestamp (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
Setter for timestamp.
bool has_image_format_index ()
void clear_image_format_index ()
Clears the image_format_index field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & image_format_index ()
|image_format_index| references the index into the vector of available
formats supported by the stream.
BuilderImpl & image_format_index (uint32_t elem)
|image_format_index| references the index into the vector of available
formats supported by the stream.
bool has_capture_timestamp ()
void clear_capture_timestamp ()
Clears the capture_timestamp field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & capture_timestamp ()
The value of the system monotonic clock at the moment the buffer used to construct this
frame was received from the ISP.
BuilderImpl & capture_timestamp (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
The value of the system monotonic clock at the moment the buffer used to construct this
frame was received from the ISP.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_camera2::wire::FrameMetadata, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_camera2::wire::FrameMetadata>> && frame)