Viscom Software VideoCap ActiveX Control

WMVProfile.Description Property

Description:   

Return the description of the WMVProfile.

Usage:   

WMVProfile.Description

Data Type:   

String

Limitations:   

Read Only

Example:   

This Visual Basic example assign the description to Text1 when select combo:

Private Sub cboProfile_Click()

Text1 = VideoCap1.WMVProfiles.FindWMVProfileDesc(Me.cboProfile.ListIndex)

Me.VideoCap1.WMVProfile = Me.cboProfile.ListIndex

End Sub