VisioForge Video Capture SDK (Delphi / ActiveX)
|
Sets the volume of the audio capturing device.
function Audio_CaptureDevice_SetVolume(Volume: Integer; AutoGain: Boolean): Boolean;
__fastcall Boolean Audio_CaptureDevice_SetVolume(int Volume, Boolean AutoGain);
public Boolean Audio_CaptureDevice_SetVolume(int Volume, Boolean AutoGain);
Public Function Audio_CaptureDevice_SetVolume(Volume As Integer, AutoGain As Boolean) As Boolean
public Boolean Audio_CaptureDevice_SetVolume(int Volume, Boolean AutoGain);
Boolean Audio_CaptureDevice_SetVolume(int Volume, Boolean AutoGain);
Audio_CaptureDevice_SetVolume
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!
|