Name | Signature | Class |
encode | void <<virtual>> encode (short * inbuf, unsigned char * outbuf, int & length) | G726 |
decode | void <<virtual>> decode (unsigned char * inbuf, short * outbuf, int & length) | G726 |
getSupportedFormats | const CodecFormatList & <<virtual>> getSupportedFormats () | G726 |
G726 | --Not Named-- G726 () | G726 |
~G726 | --Not Named-- ~G726 () | G726 |
pack | int pack (unsigned char * buf, unsigned char * cw, unsigned char num_cw, int bps) | G726 |
unpack | int unpack (unsigned char * cw, unsigned char * buf, unsigned char num_cw, int bps) | G726 |
destroy | void <<virtual>> destroy () | G726 |
encode | void <<abstract>> encode (short * inbuf, unsigned char * outbuf, int & length) | Codec |
decode | void <<abstract>> decode (unsigned char * inbuf, short * outbuf, int & length) | Codec |
getSupportedFormats | const CodecFormatList & <<abstract>> getSupportedFormats () | Codec |
setCodecFormat | --Not Named-- <<virtual>> setCodecFormat (CodecFormat& codecFormat) | Codec |
Codec | --Not Named-- Codec () | Codec |
~Codec | --Not Named-- ~Codec () | Codec |
destroy | void <<abstract>> destroy () | Codec |