[][src]Function aubio_sys::cvec_phas_get_data

pub unsafe extern "C" fn cvec_phas_get_data(s: *const cvec_t) -> *mut smpl_t

read phase data from a complex buffer

This is equivalent to: \code smpl_t *data = s->phas; \endcode

\param s vector to read from