Home
last modified time | relevance | path

Searched refs:SFC_SET_BROADCAST_INFO (Results 1 – 18 of 18) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/audiographer/src/general/
H A Dbroadcast_info.cc174 if (sf_command (sf, SFC_SET_BROADCAST_INFO, info, sizeof (*info)) != SF_TRUE) { in write_to_file()
185 if (sf->command (SFC_SET_BROADCAST_INFO, info, sizeof (*info)) != SF_TRUE) { in write_to_file()
/dports/audio/libsndfile/libsndfile-1.0.31/tests/
H A Dcommand_test.c1125 if (sf_command (file, SFC_SET_BROADCAST_INFO, &bc_write, sizeof (bc_write)) == SF_FALSE) in broadcast_test()
1212 if (sf_command (file, SFC_SET_BROADCAST_INFO, &binfo, sizeof (binfo)) != SF_FALSE) in broadcast_rdwr_test()
1248 if (sf_command (file, SFC_SET_BROADCAST_INFO, &bc_write, sizeof (bc_write)) == SF_FALSE) in check_coding_history_newlines()
1324 if (sf_command (file, SFC_SET_BROADCAST_INFO, &bc_write, sizeof (bc_write)) == SF_FALSE) in broadcast_coding_history_test()
1358 if (sf_command (file, SFC_SET_BROADCAST_INFO, &bc_write, sizeof (bc_write)) == SF_FALSE) in broadcast_coding_history_test()
1433 if (sf_command (file, SFC_SET_BROADCAST_INFO, &bc_write, sizeof (bc_write)) == SF_FALSE) in broadcast_coding_history_size()
/dports/audio/libbs2b/libbs2b-3.1.0/win32/sndfile/
H A Dsndfile.h183 SFC_SET_BROADCAST_INFO = 0x10F1, enumerator
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/libsndfile/
H A Dsndfile.h183 SFC_SET_BROADCAST_INFO = 0x10F1, enumerator
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/c2hs-0.28.7/tests/bugs/issue-75/
H A Dsndfile.h183 SFC_SET_BROADCAST_INFO = 0x10F1, enumerator
/dports/audio/libsndfile/libsndfile-1.0.31/programs/
H A Dsndfile-convert.c404 sf_command (outfile, SFC_SET_BROADCAST_INFO, &binfo, sizeof (binfo)) ; in copy_metadata()
H A Dcommon.c196 if (sf_command (outfile, SFC_SET_BROADCAST_INFO, &binfo, sizeof (binfo)) == 0) in merge_broadcast_info()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/
H A Dsndfile.h184 SFC_SET_BROADCAST_INFO = 0x10F1, enumerator
/dports/audio/faust/faust-2.37.3/architecture/android/app/lib/libsndfile/include/
H A Dsndfile.h193 SFC_SET_BROADCAST_INFO = 0x10F1, enumerator
/dports/audio/faust/faust-2.37.3/embedded/faustgen/MacOS/sndfile/
H A Dsndfile.h193 SFC_SET_BROADCAST_INFO = 0x10F1, enumerator
/dports/audio/py-pysndfile/pysndfile-1.4.3/
H A Dpysndfile.hh223 SFC_SET_BROADCAST_INFO = 0x10F1, enumerator
H A D_pysndfile.pyx244 cdef int C_SFC_SET_BROADCAST_INFO "SFC_SET_BROADCAST_INFO"
455 ("SFC_SET_BROADCAST_INFO", C_SFC_SET_BROADCAST_INFO),
/dports/audio/libsndfile/libsndfile-1.0.31/docs/
H A Dcommand.md70 | [SFC_SET_BROADCAST_INFO](#sfc_set_broadcast_info) | Set the Broadcast Chunk info.…
1370 ## SFC_SET_BROADCAST_INFO section
1380 : SFC_SET_BROADCAST_INFO argument
/dports/audio/phaserotate-lv2/phaserotate.lv2-0.5.1/cli/
H A Dphase-rotate.cc561 sf_command (outfile, SFC_SET_BROADCAST_INFO, &binfo, sizeof (binfo)); in copy_metadata()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/phaserotate.lv2/cli/
H A Dphase-rotate.cc561 sf_command (outfile, SFC_SET_BROADCAST_INFO, &binfo, sizeof (binfo)); in copy_metadata()
/dports/lang/fpc-source/fpc-3.2.2/packages/sndfile/src/
H A Dsndfile.pp172 SFC_SET_BROADCAST_INFO = $10F1;
/dports/audio/libsndfile/libsndfile-1.0.31/include/
H A Dsndfile.h.in197 SFC_SET_BROADCAST_INFO = 0x10F1, enumerator
/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dsndfile.c1212 case SFC_SET_BROADCAST_INFO : in sf_command()