14 #ifndef MYNTEYE_DEVICE_STREAM_INFO_H_ 15 #define MYNTEYE_DEVICE_STREAM_INFO_H_ 18 #include "mynteyed/device/types.h" 19 #include "mynteyed/stubs/global.h" 21 MYNTEYE_BEGIN_NAMESPACE
49 std::ostream& operator<<(std::ostream& os,
const StreamInfo& info);
53 #endif // MYNTEYE_DEVICE_STREAM_INFO_H_ Stream information.
Definition: stream_info.h:26
StreamFormat format
The stream format.
Definition: stream_info.h:45
std::int32_t index
The stream index.
Definition: stream_info.h:30
std::int32_t width
The stream width.
Definition: stream_info.h:35
std::int32_t height
The stream height.
Definition: stream_info.h:40