IltmmConvert::get_SourceAudioType Example for C++

CString strAudioType;

m_convert->get_SourceAudioType(&bstr);

strAudioType = "Source audio type GUID is ";
strAudioType += bstr;
MessageBox(strAudioType);

SysFreeString(bstr);