Skip to main content

InputDropInfo Struct

Declaration

struct simaai::neat::InputDropInfo { ... }

Included Headers

#include <Run.h>

Public Member Attributes Index

SampleKindkind = SampleKind::Unknown
std::stringmedia_type
std::stringformat
intwidth = -1
intheight = -1
intdepth = -1
int64_tframe_id = -1
std::stringstream_id
std::stringport_name
std::stringreason

Definition at line 59 of file Run.h.

Public Member Attributes

depth

int simaai::neat::InputDropInfo::depth = -1

Definition at line 65 of file Run.h.

65 int depth = -1;

format

std::string simaai::neat::InputDropInfo::format

Definition at line 62 of file Run.h.

62 std::string format;

frame_id

int64_t simaai::neat::InputDropInfo::frame_id = -1

Definition at line 66 of file Run.h.

66 int64_t frame_id = -1;

height

int simaai::neat::InputDropInfo::height = -1

Definition at line 64 of file Run.h.

64 int height = -1;

kind

SampleKind simaai::neat::InputDropInfo::kind = SampleKind::Unknown

Definition at line 60 of file Run.h.

media_type

std::string simaai::neat::InputDropInfo::media_type

Definition at line 61 of file Run.h.

61 std::string media_type;

port_name

std::string simaai::neat::InputDropInfo::port_name

Definition at line 68 of file Run.h.

68 std::string port_name;

reason

std::string simaai::neat::InputDropInfo::reason

Definition at line 69 of file Run.h.

69 std::string reason;

stream_id

std::string simaai::neat::InputDropInfo::stream_id

Definition at line 67 of file Run.h.

67 std::string stream_id;

width

int simaai::neat::InputDropInfo::width = -1

Definition at line 63 of file Run.h.

63 int width = -1;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.