ltmmProcessors Object

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

ltmmProcessors.Count

Methods

ltmmProcessors.Add

ltmmProcessors.Find

ltmmProcessors.Item

ltmmProcessors.Refresh

ltmmProcessors.Remove

ltmmProcessors.RemoveAll

ltmmProcessors.RegisterExternalProcessor

See Also

ltmmCaptureCtrl Object

ltmmConvertCtrl Object

ltmmPlayCtrl Object