StringForFormat
StringForFormat(buf, out), B_GENERIC);
StringForFormat(buf, in), B_GENERIC);
const char *StringForFormat(char *str, const media_format & format);
return StringForFormat(buf, output->MediaOutput().format);
return StringForFormat(buf, input->MediaInput().format);
const char *StringForFormat(char *buf, MixerOutput *output);
const char *StringForFormat(char *buf, MixerInput *input);