.. index:: pair: struct; P1::CameraSdkC::ImageMeta .. _doxid-struct_p1_1_1_camera_sdk_c_1_1_image_meta: struct P1::CameraSdkC::ImageMeta ================================ .. toctree:: :hidden: Overview ~~~~~~~~ Optional "side-car" information for an image being transferred. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct ImageMeta { // fields bool :ref:`isPopulated` = false; :ref:`P1::CameraSdkC::IString`* :ref:`filename` = nullptr; uint32_t :ref:`number` = 0; // methods void :target:`Delete`(); }; .. _details-struct_p1_1_1_camera_sdk_c_1_1_image_meta: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Optional "side-car" information for an image being transferred. Fields ------ .. index:: pair: variable; isPopulated .. _doxid-struct_p1_1_1_camera_sdk_c_1_1_image_meta_1abf8b68491ef551d76e3547879b609566: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool isPopulated = false Boolean representing if the struct it populated. If false, it makes no sense to interpret its content. .. index:: pair: variable; filename .. _doxid-struct_p1_1_1_camera_sdk_c_1_1_image_meta_1a37602b41508a056848e501c684ff6132: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`P1::CameraSdkC::IString`* filename = nullptr An optional string with the filename of the image, as the camera would have it. .. index:: pair: variable; number .. _doxid-struct_p1_1_1_camera_sdk_c_1_1_image_meta_1adaed07a22437e6c678cc55fdd475543f: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t number = 0 An optional non-zero number representing a unique (per camera) number for this image.