VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.Audio_CaptureDevice_SetVolume Method

Sets the volume of the audio capturing device.

Pascal
function Audio_CaptureDevice_SetVolume(Volume: Integer; AutoGain: Boolean): Boolean;
C++
__fastcall Boolean Audio_CaptureDevice_SetVolume(int Volume, Boolean AutoGain);
C#
public Boolean Audio_CaptureDevice_SetVolume(int Volume, Boolean AutoGain);
Visual Basic
Public Function Audio_CaptureDevice_SetVolume(Volume As Integer, AutoGain As Boolean) As Boolean
Java
public Boolean Audio_CaptureDevice_SetVolume(int Volume, Boolean AutoGain);
IDL
Boolean Audio_CaptureDevice_SetVolume(int Volume, Boolean AutoGain);
JavaScript
Audio_CaptureDevice_SetVolume
PHP
public Boolean Audio_CaptureDevice_SetVolume($Volume, Boolean $AutoGain);
Parameters 
Description 
Volume: Integer 
Volume level. 
AutoGain: Boolean 
Enables auto gain. 

Returns , if the operation was successful.

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!