Class MicrophoneInfo
- Namespace
- VisioForge.Core.PhotoCapture
- Assembly
- VisioForge.Core.dll
Represents information about a microphone device.
public class MicrophoneInfoInheritance
Inherited Members
Properties
DeviceId
Gets the unique identifier of the microphone device.
public string DeviceId { get; }Property Value
Name
Gets the display name of the microphone device.
public string Name { get; }Property Value
Methods
ToString()
Returns a string representation of the microphone.
public override string ToString()Returns
- string
-
The name of the microphone device.