ltmmCaptureCtrl.TargetObject Property

Visual Basic Example

Syntax

object.TargetObject As Object

Remarks

Gets or sets the media target object.

This property allows the user to assign a COM object as the media target for the capturing process. The object may be the ltmmSampleTarget Object or any other DirectShow renderer filter. The ResetTarget method should be called to stop the capture control from accessing the object. The TargetType will be set to ltmmCapture_Target_Object.

Assignment could raise an error exception. For more information, refer to the Error Codes.

See Also

Elements:

ltmmCaptureCtrl.TargetType Property, ltmmCaptureCtrl.ResetTarget Method

Topics:

Multimedia Properties, Methods and Events