_NvDsMetaSubCompLatency¶
-
struct
_NvDsMetaSubCompLatency Holds information about latency of the given subcomponent.
Public Members
-
gchar
sub_comp_name[MAX_COMPONENT_LEN]¶ Holds the subcomponent names.
-
gdouble
in_system_timestamp¶ Holds the system timestamp of the buffer when it arrives at the input of the component.
-
gdouble
out_system_timestamp¶ Holds the system timestamp of the buffer when it leaves at the output of the component.
-
gchar