MediaCapture.AudioDeviceController Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object that controls settings for the microphone.
public:
property AudioDeviceController ^ AudioDeviceController { AudioDeviceController ^ get(); };
AudioDeviceController AudioDeviceController();
public AudioDeviceController AudioDeviceController { get; }
var audioDeviceController = mediaCapture.audioDeviceController;
Public ReadOnly Property AudioDeviceController As AudioDeviceController
Property Value
An AudioDeviceController object that controls settings for the microphone.
Windows requirements
App capabilities |
backgroundMediaRecording
microphone
webcam
|