Capture.AudioCaps Property

DirectX.Capture

DirectX.Capture Class Library

Capture.AudioCaps Property

The capabilities of the audio device.

public AudioCapabilities AudioCaps {get;}

Remarks

It may be required to cue the capture (see Cue) before all capabilities are correctly reported. If you have such a device, the developer would be interested to hear from you.

The information contained in this property is retrieved and cached the first time this property is accessed. Future calls to this property use the cached results. This was done for performance.

However, this means you may get different results depending on when you access this property first. If you are experiencing problems, try accessing the property immediately after creating the Capture class or immediately after setting the video and audio compressors. Also, inform the developer.

See Also

Capture Class | Capture Members | DirectX.Capture Namespace