Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.h1085 typedef struct sox_format_handler_t sox_format_handler_t; typedef
1441 struct sox_format_handler_t { struct
1442 unsigned sox_lib_version_code; /**< Checked on load; must be 1st in struct*/
1443 char const * description; /**< short description of format */
1444 …const * names; /**< null-terminated array of filename extensions that are handled by this format */
1445 unsigned int flags; /**< File flags (SOX_FILE_* values). */
1446 sox_format_handler_startread startread; /**< called to initialize reader (decoder) */
1447 sox_format_handler_read read; /**< called to read (decode) a block of samples */
1448 …er_stopread stopread; /**< called to close reader (decoder); may be null if no closing necessary */
1449 sox_format_handler_startwrite startwrite; /**< called to initialize writer (encoder) */
[all …]