Skip to content

AssociateAudioAndVideoDevices

property

Delphi
property AssociateAudioAndVideoDevices: Boolean read GetAssociateAudioAndVideoDevices write SetAssociateAudioAndVideoDevices  default DEF_AssociateAudioAndVideoDevices;
C++Builder
__property bool AssociateAudioAndVideoDevices = {read=GetAssociateAudioAndVideoDevices, write=SetAssociateAudioAndVideoDevices, default=0};
C#
public bool AssociateAudioAndVideoDevices { get; set; }
VB.NET
Public Property AssociateAudioAndVideoDevices As Boolean
C++/Qt
BOOL GetAssociateAudioAndVideoDevices ();
void SetAssociateAudioAndVideoDevices (BOOL Value);

Used to associate the current audio and video capture devices.

When enabled:

  • when selecting an audio capture device by assigning a value to AudioDevice, this device, the current audio states (1) are associated to the current video capture device.

  • therefore, when selecting later this video capture device by assigning a value to the VideoDevice property, the associated audio capture device, its audio input and the audio input values are automatically reloaded.

The audio properties associated are:

AudioDevice

AudioInput

AudioInputLevel

SpeakerBalance

SpeakerVolume