var fDesc=new Array(); fDesc[0] = "LEADTOOLS Multimedia SDK products are specifically designed for the development of audio or video applications across a wide variety of industries including defense, broadcast and security. The SDK offers a full range of technologies to developers and turns normally complex DirectShow & Media Foundation projects into simple tasks.

Main Features:

- Add imaging technology to single and multi-threaded applications
- Development tools and components for C, C and development environments supporting .NET and DLL API
- HTML examples for streaming OGG, H264, WMV H264, Flash and IIS Smooth Streaming video from websites
- Includes a downloadable component to guarantee that the correct decoders are installed on the client's computer before the video starts to play, eliminating the need for the client to reboot the computer before playing the video."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }