Description | Hierarchy | Fields | Methods | Properties |
type unaG7221Decoder = class(unaG7221Coder)
G.722.1 Decoder
function chunkSize(): uint; override; |
|
function decode(inStream: pointer; inBytes: int): int; |
|
function process(ptr: pointer; len: uint): int; override; |
|
procedure decoder(number_of_regions: int32; number_of_bits_per_frame: int32; bitstream: pUInt16; out decoder_mlt_coefs: tmax_dct_sizef; var frame_error_flag: int32); |
function chunkSize(): uint; override; |
|
Size of portion of data (frame) the coder is expecting to process at once. In bytes. |
function decode(inStream: pointer; inBytes: int): int; |
|
Decodes a mono frame(s). Calls notify() for each decoded frame. Returnsnumber of full frames produced. |
function process(ptr: pointer; len: uint): int; override; |
|
Decodes data. |
procedure decoder(number_of_regions: int32; number_of_bits_per_frame: int32; bitstream: pUInt16; out decoder_mlt_coefs: tmax_dct_sizef; var frame_error_flag: int32); |
|
Internal. |
(c) 2012 Lake of Soft