IltmmProcessor::get_Type Example for C++

// Having an IltmmProcessor interface, pProc:

long lType;

pProc ->get_Type(&lType);

If( lType != ltmmProcessorType_LEAD_Video )

{

   // do something

}