VideoEdit Gold ActiveX Control

WMVProfile Property

Description
    Set window media file profile.

Property Type
    Read/Write property

Data Type
    Integer

Syntax

VideoEdit.WMVProfile [=Integer]

Example

[Visual Basic Syntax]
VideoEdit1.OutputType = 9
strWMV = cboWMV.List(cboWMV.ListIndex)
WMVIndex = VideoEdit1.WMVProfiles.FindWMVProfile(strWMV)
If WMVIndex <> -1 Then
    VideoEdit1.WMVProfile = WMVIndex
End If