get_next_file_format
status_t get_next_file_format(int32* cookie, media_file_format* mfi);
while (get_next_file_format(&cookie, &mfi) == B_OK) {
while (get_next_file_format(&cookie, &fileFormat) == B_OK) {