All the parameters required to define a video stream. More...
#include <rs_internal.h>
Public Attributes | |
int | bpp |
rs2_format | fmt |
int | fps |
int | height |
int | index |
rs2_intrinsics | intrinsics |
rs2_stream | type |
int | uid |
int | width |
All the parameters required to define a video stream.
Definition at line 41 of file rs_internal.h.
int rs2_video_stream::bpp |
Definition at line 49 of file rs_internal.h.
rs2_format rs2_video_stream::fmt |
Definition at line 50 of file rs_internal.h.
int rs2_video_stream::fps |
Definition at line 48 of file rs_internal.h.
int rs2_video_stream::height |
Definition at line 47 of file rs_internal.h.
int rs2_video_stream::index |
Definition at line 44 of file rs_internal.h.
rs2_intrinsics rs2_video_stream::intrinsics |
Definition at line 51 of file rs_internal.h.
rs2_stream rs2_video_stream::type |
Definition at line 43 of file rs_internal.h.
int rs2_video_stream::uid |
Definition at line 45 of file rs_internal.h.
int rs2_video_stream::width |
Definition at line 46 of file rs_internal.h.