Table of Contents

Class MicrophoneInfo

Namespace
VisioForge.Core.PhotoCapture
Assembly
VisioForge.Core.dll

Represents information about a microphone device.

public class MicrophoneInfo

Inheritance

Inherited Members

Properties

DeviceId

Gets the unique identifier of the microphone device.

public string DeviceId { get; }

Property Value

string

Name

Gets the display name of the microphone device.

public string Name { get; }

Property Value

string

Methods

ToString()

Returns a string representation of the microphone.

public override string ToString()

Returns

string

The name of the microphone device.