Viscom Software Screen2Video ActiveX Control

FLVAudioChannels Property

Description:   

Set the audio channels of FLV file.

Usage:   

Screen2Video1.FLVAudioChannels[= value]

1 - mono
2 - stereo

Data Type:   

long

Example:   

This Visual Basic example 

Private Sub Capture_Click()      
        Screen2Video1.OutputType=3
        Screen2Video1.FLVAudioBitrate=96000
        Screen2Video1.FLVVideoBitrate = 3512000
        Screen2Video1.FLVAudioSampleRate = 44100
        Screen2Video1.FLVOutputWidth = 320
        Screen2Video1.FLVOutputHeight = 240
        Screen2Video1.FileName="c:\test.flv"
        Screen2Video1.Start

End Sub