Searched refs:SF_EMBED_FILE_INFO (Results 1 – 4 of 4) sorted by relevance
133 SF_EMBED_FILE_INFO embed_info ; in multi_file_test()
434 } SF_EMBED_FILE_INFO ; typedef
1146 : a pointer to an SF_EMBED_FILE_INFO struct1149 : sizeof (SF_EMBED_FILE_INFO)1151 The `SF_EMBED_FILE_INFO` struct is defined in *sndfile.h* as:1157 } SF_EMBED_FILE_INFO ;1164 The value of the offset field of the `SF_EMBED_FILE_INFO` struct will be the1166 file. The value of the offset field of the `SF_EMBED_FILE_INFO` struct will be
1264 if (data == NULL || datasize != sizeof (SF_EMBED_FILE_INFO)) in sf_command()1267 ((SF_EMBED_FILE_INFO*) data)->offset = psf->fileoffset ; in sf_command()1268 ((SF_EMBED_FILE_INFO*) data)->length = psf->filelength ; in sf_command()