The ltmmProcessors Object contains a collection of processing filters. The ltmmCaptureCtrl , ltmmConvertCtrl , and ltmmPlayCtrl objects use the collection to enumerate and select processors. An ltmmProcessors object is not externally creatable and is only obtained through the parent object.
The parent object's AudioProcessors and VideoProcessors properties access collection objects that represent the available processing filters. These collections are built automatically.
The parent object's SelectedAudioProcessors and SelectedVideoProcessors properties access collection objects that represent the list of selected processors. The user builds these collections.
The ltmmProcessors Object contains the following properties and methods:
Properties
Methods
ltmmProcessors.RegisterExternalProcessor
Win32, x64
See Also