Viscom Software Screen2Video ActiveX Control

WMVCustomProfile Property

Description:   

Get/Set the custom WMV profile. Set to empty it will use system wmv profile, otherwise it will load the custom wmv profile.
You can create custom wmv profile using Window Media Profile Editor from Window Media Encoder or WMV Profile Editor ActiveX Control.

Usage:   

Screen2Video1.WMVCustomProfile[= value]

Data Type:   

String

Example:   

This Visual Basic example use custom wmv profile

Private Sub Capture_Click()      
        Screen2Video1.CaptureAudio=True
        Screen2Video1.WMVCustomProfile="c:\test.prx"
        Screen2Video1.FileName="c:\test.avi"
        Screen2Video1.Start

End Sub