Searched defs:SF_INFO (Results 1 – 2 of 2) sorted by relevance
134 public struct SF_INFO struct in lsndf_example136 public sf_count_t frames ; // Used to be called samples. Changed to avoid confusion.137 public int samplerate ;138 public int channels ;139 public int format ;140 public int sections ;141 public int seekable ;
379 struct SF_INFO struct388 typedef struct SF_INFO SF_INFO ; argument