.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.

    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

    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.

    | Improve this Doc View Source

    Uid

    The unique identifier of the audio device.

    Declaration
    public readonly byte[] Uid
    Field Value
    Type Description
    Byte[]

    The identifier.

    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾