metaonly module ti.xdais.dm.examples.universal_copy.UniversalCopy |
 |
Video Encoder Algorithm
This video encoder implements the IUNIVERSAL XDM interface.
metaonly module UniversalCopy { ...
XDCscript usage |
meta-domain |
var UniversalCopy = xdc.useModule('ti.xdais.dm.examples.universal_copy.UniversalCopy');
module-wide config parameters
metaonly module 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 Thu, 21 Oct 2010 23:37:10 GMT