Searched refs:riff (Results 1 – 2 of 2) sorted by relevance
/haiku/src/apps/soundrecorder/ |
H A D | SoundRecorder.rdef | 21 "types" = "audio/x-riff", 26 "types" = "audio/riff"
|
H A D | RecorderWindow.cpp | 98 struct riff_struct riff; member 961 header.riff.riff_id = FOURCC('R','I','F','F'); in StopRecording() 962 header.riff.len = fRecSize + sizeof(header) - 8; in StopRecording() 963 header.riff.wave_id = FOURCC('W','A','V','E'); in StopRecording() 1360 header.riff.riff_id = FOURCC('R','I','F','F'); in CopyTarget() 1361 header.riff.len in CopyTarget() 1363 header.riff.wave_id = FOURCC('W','A','V','E'); in CopyTarget()
|