The LEADTOOLS Multimedia product line allows for the use of various audio and video compression techniques.
For full details on LEADTOOLS Multimedia compression, refer to the different topics in the Leadtools.Multimedia assembly.
Multimedia compression functionality includes the ability to:
- Determine the current compression types for audio and video formats, using the MediaInfo object.
- Set the desired audio and video compressors during capture or convert, using the CaptureCtrl.VideoCompressors, CaptureCtrl.AudioCompressors, ConvertCtrl.VideoCompressors, and ConvertCtrl.AudioCompressors property collections.
- Use the recommended audio and video compressors for a given TargetFormat
- Select the desired video capture format, by using the CaptureCtrl.VideoCaptureFormats collection
- Support memory-to-memory compression of individual frames using DirectShow or Video for Windows (VfW) codecs.
See Also