package ti.sdo.ce.audio

Abstract Audio Algorithm Interfaces

This package contains interfaces implemented by all audio algorithms that support the Codec Engine. In addition, it provides APIs that clients can call to create and run these algorithms.
XDCspec declarations sourced in ti/sdo/ce/audio/package.xdc
package ti.sdo.ce.audio [1, 0, 2] {
 
    interface IAUDDEC;
    // IAUDDEC-compliant audio decoder interface
    interface IAUDENC;
    // IAUDENC-compliant audio encoder interface
}
generated on Mon, 20 Sep 2010 23:50:24 GMT