ltmmWMScript Object

The ltmmWMScript object exposes a Windows Media script management interface, useful for adding and removing script commands in the WMV video format. The ltmmCaptureCtrl and ltmmConvertCtrl objects use this interface to allow the insertion of header and stream-based scripts. An ltmmWMScript object is not externally creatable and is only obtained through the parent object's interface. To get this interface, call either IltmmCapture::GetSubObject or IltmmConvert::GetSubObject, passing either ltmmCapture_Object_TargetFilter and ltmmConvert_Object_TargetFilter, respectively.

The ltmmWMScript object contains the following properties and methods:

Properties

ltmmWMScript.HeaderScriptCount Property

ltmmWMScript.EnableScriptStream Property

Methods

ltmmWMScript.AddHeaderScript Method

ltmmWMScript.GetHeaderScript Method

ltmmWMScript.RemoveHeaderScript Method

ltmmWMScript.RemoveAllHeaderScripts Method

ltmmWMScript.WriteScriptStream Method

ltmmWMScript.CloseScriptStream Method

Platforms

Win32, x64

See Also

ltmmCaptureCtrl Object

ltmmConvertCtrl Object