Home
last modified time | relevance | path

Searched refs:out_encoding (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dexample6.c70 sox_encodinginfo_t out_encoding = { in main() local
90 assert((out = sox_open_write(argv[2], &out_signal, &out_encoding, NULL, NULL, NULL))); in main()
H A Deffects.c140 effp->out_encoding = chain->out_enc; in sox_add_effect()
H A Dsox.h1587 …sox_encodinginfo_t const * out_encoding; /**< Information about the outgoing data encoding */ member