Viscom Software VideoCap ActiveX Control

WMVCustomFileName 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 use WMV Profile Editor ActiveX Control.

Usage:   

VideoCap.WMVCustomFileName[= value]


Data Type:   

String

Example:   

This Visual Basic example load the custom wmv profile:

Private Sub Cmd_Custom()
        VideoCap1.WMVCustomFileName ="c:\test.prx"
         VideoCap1.Start
End Sub

Remark

The property is Read/Write