2,172
edits
CrystalBen (talk | contribs) m (cleanup Tools) |
CrystalBen (talk | contribs) m (add exact compiler version for DLL Audio decoder) |
||
Line 543: | Line 543: | ||
*Release: 2000 | *Release: 2000 | ||
*Decoding the Bitrate in 50 kpbs 22 kHz | *Decoding the Bitrate in 50 kpbs 22 kHz | ||
*SDK: was compiled with SMC SDK | *SDK: was compiled with SMC SDK in Visual Studio 6.0 SP5 | ||
Functions: | Functions: | ||
*lhst500f22_CloseDecoder stops the Decoder. | * lhst500f22_CloseDecoder stops the Decoder. | ||
*lhst500f22_CloseEncoder stops the Encoder. | * lhst500f22_CloseEncoder stops the Encoder. | ||
*lhst500f22_Decode decodes the Sound / Audio. | * lhst500f22_Decode decodes the Sound / Audio. | ||
*lhst500f22_Encode encodes the Sound / Audio. | * lhst500f22_Encode encodes the Sound / Audio. | ||
*lhst500f22_GetCodecData gets the Codec data. | * lhst500f22_GetCodecData gets the Codec data. | ||
*lhst500f22_GetCodecInfo gets the Information for using the right Codec. | * lhst500f22_GetCodecInfo gets the Information for using the right Codec. | ||
*lhst500f22_GetErrorString is for showing the Error that happend. | * lhst500f22_GetErrorString is for showing the Error that happend. | ||
* lhst500f22_OpenDecoder starts the Decoder. | * lhst500f22_OpenDecoder starts the Decoder. | ||
* lhst500f22_OpenEncoder starts the Encoder. | * lhst500f22_OpenEncoder starts the Encoder. |
edits