timecode_to_frames
status_t timecode_to_frames(int hours, int minutes, int seconds, int frames,
if (timecode_to_frames(hours, minutes, seconds, frames, &l_frames, code) == B_OK) {
if (timecode_to_frames(fHours,fMinutes,fSeconds,fFrames,&linear_frames,&fInfo) == B_OK) {