class FrameMetadata
Defined at line 600 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/natural_types.h
Public Methods
void FrameMetadata (Storage_ storage)
void FrameMetadata ()
Defined at line 606 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/natural_types.h
void FrameMetadata (FrameMetadata && )
Defined at line 607 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/natural_types.h
void FrameMetadata (const FrameMetadata & other)
FrameMetadata & operator= (FrameMetadata && )
Defined at line 608 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/natural_types.h
FrameMetadata & operator= (const FrameMetadata & other)
bool operator== (const FrameMetadata & other)
bool operator!= (const FrameMetadata & other)
bool IsEmpty ()
const std::optional<int64_t> & timestamp ()
::std::optional<int64_t> & timestamp ()
FrameMetadata & timestamp (std::optional<int64_t> value)
Setter for timestamp.
const std::optional<uint32_t> & image_format_index ()
|image_format_index| references the index into the vector of available
formats supported by the stream.
::std::optional<uint32_t> & image_format_index ()
|image_format_index| references the index into the vector of available
formats supported by the stream.
FrameMetadata & image_format_index (std::optional<uint32_t> value)
|image_format_index| references the index into the vector of available
formats supported by the stream.
const std::optional<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.
::std::optional<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.
FrameMetadata & capture_timestamp (std::optional<int64_t> value)
The value of the system monotonic clock at the moment the buffer used to construct this
frame was received from the ISP.
void FrameMetadata (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits