Properties
Appearance Property
Set the appearance of the preview window.
[Visual Basic]
Property Appearance As Integer
Property Value
0 - Flat.
1 - 3D.
Example
X360AviConverter.Appearance = 1
BackColor Property
Set the color of the preview window background.
[Visual Basic]
Property BackColor As Integer
Property Value
The color to use for preview window background.
Example
X360AviConverter.BackColor = RGB(255, 0, 0)
XLicenseKey Property
Set the license key which unlocks the ActiveX control from demo mode.
[Visual Basic]
Property XLicenseKey As String
Property Value
String provided by the vendor.
Example
X360AviConverter.XLicenseKey = "Your Key"
XLoop Property
Get/Set the stream loop on/off.
[Visual Basic]
Property XLoop As Boolean
Property Value
Boolean value that controls whether the loop on (value equal to True) or off (value equal to False)
Example
X360AviConverter.XLoop = True
XMute Property
Mute or un-mute the audio.
[Visual Basic]
Property XMute As Boolean
Property Value
Boolean value that controls whether audio mute on (value equal to True) or off (value equal to False)
Example
X360AviConverter.XMute = True
|