LEADTOOLS Media Foundation Help > Programming with LEADTOOLS Media Foundation > C++ Code > IltmfConvert::RunConvert Example for C++ |
void OnRunConvert(IltmfConvert *pConvert) { // The convert object must be in a Pause state before calling this function. pConvert->RunConvert(); }