VisioForge (c) 2025

Search Results for

    Class MicrophoneInfo

    Inheritance
    object
    MicrophoneInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: VisioForge.Core.PhotoCapture
    Assembly: VisioForge.Core.dll
    Syntax
    public class MicrophoneInfo

    Properties

    DeviceId

    Declaration
    public string DeviceId { get; }
    Property Value
    Type Description
    string

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Methods

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()