AudioCaptureDevice Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The AudioCaptureDevice type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone AudioFrameSize Gets or sets the intended audio frame size.
Public propertySupported by Silverlight for Windows Phone DesiredFormat Gets or sets the desired audio format to be used by this audio capture device.
Public propertySupported by Silverlight for Windows Phone Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public propertySupported by Silverlight for Windows Phone FriendlyName Gets the UI display name for the capture device. (Inherited from CaptureDevice.)
Public propertySupported by Silverlight for Windows Phone IsDefaultDevice Gets a value that declares whether the capture device is the default device for its type (audio or video). (Inherited from CaptureDevice.)
Public propertySupported by Silverlight for Windows Phone SupportedFormats Gets a generic collection of supported audio formats for this audio capture device.

Top