.NET SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Struct AudioDevice

    The AudioDevice class contains a platform-agnostic description of an audio device.

    Implements
    IEquatable<DeviceIdentity>
    IEquatable<AudioDevice>
    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: DolbyIO.Comms
    Assembly: DolbyIO.Comms.Sdk.dll
    Syntax
    public struct AudioDevice : IEquatable<DeviceIdentity>, IEquatable<AudioDevice>

    Fields

    | Improve this Doc View Source

    Direction

    Information whether the device is the input or output device.

    Declaration
    public readonly DeviceDirection Direction
    Field Value
    Type Description
    DeviceDirection

    Information whether the device is the input or output device.

    | Improve this Doc View Source

    Name

    The name of the audio device.

    Declaration
    public readonly string Name
    Field Value
    Type Description
    String

    The name of the device.

    Methods

    | Improve this Doc View Source

    Equals(AudioDevice)

    Declaration
    public bool Equals(AudioDevice obj)
    Parameters
    Type Name Description
    AudioDevice obj
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Equals(DeviceIdentity)

    Declaration
    public bool Equals(DeviceIdentity id)
    Parameters
    Type Name Description
    DeviceIdentity id
    Returns
    Type Description
    Boolean

    Implements

    System.IEquatable<T>
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾