Home
last modified time | relevance | path

Searched defs:sf_open (Results 1 – 2 of 2) sorted by relevance

/third_party/libsnd/examples/
Dgenerate.cs151 …public static extern IntPtr sf_open ([MarshalAs(UnmanagedType.LPStr)] string path, int mode, ref S… in sf_open() method in lsndf_example
/third_party/libsnd/src/
Dsndfile.c348 sf_open (const char *path, int mode, SF_INFO *sfinfo) in sf_open() function