[][src]Function realsense_sys::rs2_get_frame_stream_profile

pub unsafe extern "C" fn rs2_get_frame_stream_profile(
    frame: *const rs2_frame,
    error: *mut *mut rs2_error
) -> *const rs2_stream_profile

Returns the stream profile that was used to start the stream of this frame \param[in] frame frame reference, owned by the user \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored \return Pointer to the stream profile object, lifetime is managed elsewhere