| Intel® RealSense™ Cross Platform API
    Intel Realsense Cross-platform API | 
#include <rs_frame.hpp>
 
  
 | Public Member Functions | |
| pose_stream_profile (const stream_profile &sp) | |
|  Public Member Functions inherited from rs2::stream_profile | |
| stream_profile () | |
| int | stream_index () const | 
| rs2_stream | stream_type () const | 
| rs2_format | format () const | 
| int | fps () const | 
| int | unique_id () const | 
| stream_profile | clone (rs2_stream type, int index, rs2_format format) const | 
| bool | operator== (const stream_profile &rhs) | 
| template<class T > | |
| bool | is () const | 
| template<class T > | |
| T | as () const | 
| std::string | stream_name () const | 
| bool | is_default () const | 
| operator bool () const | |
| const rs2_stream_profile * | get () const | 
| rs2_extrinsics | get_extrinsics_to (const stream_profile &to) const | 
| void | register_extrinsics_to (const stream_profile &to, rs2_extrinsics extrinsics) | 
| bool | is_cloned () | 
| stream_profile (const rs2_stream_profile *profile) | |
| operator const rs2_stream_profile * () | |
| operator std::shared_ptr< rs2_stream_profile > () | |
| Additional Inherited Members | |
|  Protected Attributes inherited from rs2::stream_profile | |
| const rs2_stream_profile * | _profile | 
| std::shared_ptr< rs2_stream_profile > | _clone | 
| int | _index = 0 | 
| int | _uid = 0 | 
| int | _framerate = 0 | 
| rs2_format | _format = RS2_FORMAT_ANY | 
| rs2_stream | _type = RS2_STREAM_ANY | 
| bool | _default = false | 
| 
 | inlineexplicit | 
Stream profile instance with an explicit pose extension type.
| [in] | stream_profile | sp - assign exisiting stream_profile to this instance. | 
 1.8.14
 1.8.14