#include <rs_frame.hpp>
Definition at line 201 of file rs_frame.hpp.
rs2::video_stream_profile::video_stream_profile |
( |
const stream_profile & |
sp | ) |
|
|
inlineexplicit |
Stream profile instance which contains additional video attributes
- Parameters
-
Definition at line 208 of file rs_frame.hpp.
Clone current profile and change the type, index and format to input parameters
- Parameters
-
[in] | type | - will change the stream type from the cloned profile. |
[in] | index | - will change the stream index from the cloned profile. |
[in] | format | - will change the stream format from the cloned profile. |
[in] | width | - will change the width of the profile |
[in] | height | - will change the height of the profile |
[in] | intr | - will change the intrinsics of the profile |
- Returns
- stream_profile - return the cloned stream profile.
Definition at line 266 of file rs_frame.hpp.
int rs2::video_stream_profile::height |
( |
| ) |
const |
|
inline |
int rs2::video_stream_profile::width |
( |
| ) |
const |
|
inline |
int rs2::video_stream_profile::_height = 0 |
|
private |
int rs2::video_stream_profile::_width = 0 |
|
private |
The documentation for this class was generated from the following file: