Implementing an ltmmConvertCtrl Object
To implement the ltmmConvertCtrl Object you should use the following steps:
|
1. |
Create an instance of ltmmConvertCtrl Object. |
|
2. |
Specify the media data source (i.e. file). |
|
3. |
Optionally, select audio and video compressors (use HasDialog to set properties). |
|
4. |
Optionally, select audio and video processors (use HasDialog to set properties). |
|
5. |
Specify the media data target (i.e. file). |
|
6. |
Specify the target format (i.e. AVI). |
|
7. |
Call StartConvert to start the conversion process. |
|
8. |
Handle events until the end of conversion. |
See Also