For pointers to sample programs that demonstrate many features, see the table below:
For pointers to sample programs that demonstrate many features, see the table below:
Assembly - Class/Namespace | Comments | Demo | |
Leadtools.Multimedia.dll - Leadtools.Multimedia |
Demonstrates the capture and save-to-file capabilities of the Multimedia toolkit. |
\Examples\Ltmm\DotNet\CS\Capture |
|
A simple player demo that demonstrates the use of the Video Callback Filter of the Multimedia toolkit. It uses the LEADTOOLS Imaging Pro SDK to perform image processing on each frame of the video. Note: You must install the LEADTOOLS Imaging Pro SDK (or higher) to build this demo. |
\Examples\Ltmm\DotNet\CS\Callback \Examples\Ltmm\DotNet\VB\Callback |
||
Demonstrates the use of the audio callback filter to process each audio sample. The demo changes the volume of the audio stream. |
\Examples\Ltmm\DotNet\CS\CallbackA \Examples\Ltmm\DotNet\VB\CallbackA |
||
Demonstrates joining media files with the same format without recompression, using the capabilities of the Multimedia toolkit. |
\Examples\Ltmm\DotNet\CS\ConcatSameSize \Examples\Ltmm\DotNet\VB\ConcatSameSize |
||
Demonstrates the file to file conversion capabilities of the Multimedia toolkit. |
\Examples\Ltmm\DotNet\CS\Convert \Examples\Ltmm\DotNet\VB\Convert |
||
Demonstrates the klv file-to-file conversion capabilities of the Multimedia toolkit. |
\Examples\Ltmm\DotNet\CS\ConvertKLV \Examples\Ltmm\DotNet\VB\ConvertKLV |
||
Demonstrates how to add a user data stream containing KLV metadata to an MPEG-2 Transport stream using Minimal Metadata Set. |
\Examples\Ltmm\DotNet\CS\ConvertMMS \Examples\Ltmm\DotNet\VB\ConvertMMS |
||
Demonstrates how to create Smooth Streaming Files. |
\Examples\Ltmm\DotNet\CS\ConvertSSF \Examples\Ltmm\DotNet\VB\ConvertSSF |
||
Demonstrates how to add Script Metadata Streams to a Windows Media file. |
\Examples\Ltmm\DotNet\CS\ConvertWMS \Examples\Ltmm\DotNet\VB\ConvertWMS |
||
Demonstrates the file-to-flash conversion capabilities of the Multimedia toolkit. |
\Examples\Ltmm\DotNet\CS\ConvertToFlash \Examples\Ltmm\DotNet\VB\ConvertToFlash |
||
Demonstrates how to create video and audio files that run on mobile devices like iPod™, IPhone™, PSP™, Zen™, Zune™, SmartPhones and Windows Phone. |
\Examples\Ltmm\DotNet\CS\ConvertToMobile \Examples\Ltmm\DotNet\VB\ConvertToMobile |
||
Demonstrates how to draw objects on a video using the Multimedia toolkit and LEAD Raster objects. |
\Examples\Ltmm\DotNet\CS\DrawOnVideo \Examples\Ltmm\DotNet\VB\DrawOnVideo |
||
Demonstrates creating DVD images using the capabilities of the Multimedia toolkit (with LEAD DVD Writer). |
\Examples\Ltmm\DotNet\CS\DVDAuthor \Examples\Ltmm\DotNet\VB\DVDAuthor |
||
Demonstrates burning DVD images using the capabilities of the Multimedia toolkit |
\Examples\Ltmm\DotNet\CS\DVDBurner |
||
Demonstrates how to capture using Capture and then use the DVRSink interface to set the DVR buffer folder settings. Also, use the Play control to read from the DVR buffer file. |
\Examples\Ltmm\DotNet\CS\DVR |
||
Demonstrates how to create a file by generating every frame using the Multimedia toolkit. |
\Examples\Ltmm\DotNet\CS\GenerateAVI |
||
Demonstrates how to transcode an H.264 stream to an ISO format, without performing decoding and re-encoding. This provides a faster conversion method for some formats. |
\Examples\Ltmm\DotNet\CS\H264Transcoder |
||
Demonstrates how obtain DVD and video file metadata using the Meta Info Viewer object. |
\Examples\Ltmm\DotNet\CS\MetaInfoViewer |
||
Demonstrates playback of MPEG-2 Transport files from a file or UDP stream. Also shows how to handle KLV metadata. Additionally, control the capture buffering using the new DVR Sink interface. |
\Examples\Ltmm\DotNet\CS\MPEG2Transport \Examples\Ltmm\DotNet\VB\MPEG2Transport |
||
Demonstrates the play files from disk capabilities of the Multimedia toolkit. |
\Examples\Ltmm\DotNet\CS\Player \Examples\Ltmm\DotNet\VB\Player |
||
Demonstrates creating a basic video conferencing application (server and client) using the capabilities of the Multimedia toolkit with the LEADTOOLS Video Streaming Module. |
\Examples\Ltmm\DotNet\CS\VideoConferencing |