metaonly module ti.xdais.dm.examples.universal_copy.UniversalCopy

Video Encoder Algorithm

This video encoder implements the IUNIVERSAL XDM interface.
XDCscript usage meta-domain sourced in ti/xdais/dm/examples/universal_copy/UniversalCopy.xdc
var UniversalCopy = xdc.useModule('ti.xdais.dm.examples.universal_copy.UniversalCopy');
module-wide config parameters
 
 
config UniversalCopy.enableTrace  // module-wide

Enables Trace mode of the codec

XDCscript usage meta-domain
UniversalCopy.enableTrace = Bool false;
 
DETAILS
This config flag can be used to enable trace generation for this codec
Note that this feature should be used in conjunction with a valid trace implementation for your target/os/application. Switch back to non-trace implementation if a suitable implementation is unavailable.
generated on Mon, 20 May 2013 19:15:13 GMT