Home
last modified time | relevance | path

Searched refs:SFC_SET_CUE (Results 1 – 5 of 5) sorted by relevance

/third_party/libsnd/programs/
Dsndfile-convert.c401 sf_command (outfile, SFC_SET_CUE, &cues, sizeof (cues)) ; in copy_metadata()
/third_party/libsnd/include/
Dsndfile.h195 SFC_SET_CUE = 0x10CF, enumerator
/third_party/libsnd/tests/
Dcommand_test.c915 if (sf_command (sndfile, SFC_SET_CUE, &cues, sizeof (cues)) == SF_TRUE) in cue_rw_test()
964 if (sf_command (file, SFC_SET_CUE, &write_cue, sizeof (write_cue)) == SF_FALSE) in cue_test()
1024 if (sf_command (file, SFC_SET_CUE, write_cue, (int) cues_size) == SF_FALSE) in cue_test_var()
/third_party/libsnd/docs/
Dcommand.md81 | [SFC_SET_CUE](#sfc_set_cue) | Set cue marker info. …
1798 ## SFC_SET_CUE section in sf_command
1808 : SFC_SET_CUE
1820 sf_command (sndfile, SFC_SET_CUE, &cues, sizeof (cues)) ;
/third_party/libsnd/src/
Dsndfile.c1380 case SFC_SET_CUE : in sf_command()