Show / Hide Table of Contents

Struct AsioChannelInfo

Used with ChannelGetInfo(Boolean, Int32, out AsioChannelInfo) to retrieve information on the current device.

Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Asio.dll
Syntax
public struct AsioChannelInfo

Properties

Format

The channel's sample format

Declaration
public AsioSampleFormat Format { get; }
Property Value
AsioSampleFormat

Group

The channel's group.

Declaration
public int Group { get; }
Property Value
Int32

Name

The name of the channel.

Declaration
public string Name { get; }
Property Value
String

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx