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
|