IltmmProcessor::get_Type Example for C

// Having an IltmmProcessor interface, pProc:

long lType;

IltmmProcessor__get_Type(pProc, &lType);

If( lType != ltmmProcessorType_LEAD_Video )

{

   // do something

}