IltmmConvert::RunConvert Example for C
void OnRunConvert(IltmmConvert* pConvert)
{
// The convert object must be in a Pause state before calling this function.
IltmmConvert_RunConvert( pConvert );
}
L_MULTIMEDIATEX_API void IltmmConvert_RunConvert_Example (IltmmConvert* pConvert)
{
// The convert object must be in a Pause state before calling this function.
IltmmConvert_RunConvert( pConvert );
}