LiEmissionSetDebug

FunctionLtStatus
LiEmissionSetDebug( LtEmissionSet tbd
)
Synopsis Produce debugging information for an emission set (only supported in the debug version of libraries).
Locationlishpro
Parameters
tbd Emission set to be debugged.
Return Value A status value.

Description Debug output is generated for the specified emission set using the LightWorks diagnostics mechanism. Attempts to debug a NULL emission set will result in an error status being returned.
Example

LtEmissionSet tbd = (LtEmissionSet)NULL ;
LtStatus      status = LI_STATUS_OK ;

/*
 * Create an emission set using LiEmissionSetCreate
 * then debug it.
 */

...

if ( tbd != (LtEmissionSet)NULL )
   status = LiEmissionSetDebug( tbd ) ;

See Also LiEmissionSetCopy
LiEmissionSetCreate
LiEmissionSetDestroy
LiEmissionSetEnquire
LiEmissionSetPreProcess
LiEmissionSetRead
LiEmissionSetWrite

Copyright © 1990-1998, 1999 LightWork Design Limited. All rights reserved