[][src]Function realsense_sys::rs2_get_video_stream_resolution

pub unsafe extern "C" fn rs2_get_video_stream_resolution(
    mode: *const rs2_stream_profile,
    width: *mut c_int,
    height: *mut c_int,
    error: *mut *mut rs2_error
)

When called on a video stream profile, will return the width and the height of the stream \param[in] mode input stream profile \param[out] width width in pixels of the video stream \param[out] height height in pixels of the video stream \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored