Viscom Software Screen2Video ActiveX Control

SWFAudioChannels Property

Description:   

Set the audio channels of SWF file.

Usage:   

Screen2Video1.SWFAudioChannels[= value]

1 - mono
2 - stereo

Data Type:   

long

Example:   

This Visual Basic example 

Private Sub Capture_Click()      
        Screen2Video1.OutputType=2
        Screen2Video1.SWFAudioBitrate=96000
        Screen2Video1.SWFVideoBitrate = 3512000
        Screen2Video1.SWFAudioSampleRate = 44100
        Screen2Video1.SWFOutputWidth = 320
        Screen2Video1.SWFOutputHeight = 240
        Screen2Video1.FileName="c:\test.swf"
        Screen2Video1.Start

End Sub