Searched defs:sf_write_float (Results 1 – 2 of 2) sorted by relevance
166 static extern sf_count_t sf_write_float (IntPtr sndfile, float[] ptr, sf_count_t items); in sf_write_float() method in lsndf_example
2379 sf_write_float (SNDFILE *sndfile, const float *ptr, sf_count_t len) in sf_write_float() function