Channel

Channel struct which stores the channel information.

Constructors

this
this(ubyte bits, Type type)

CTor

Members

Enums

Type
enum Type

The channel type. Mono or Stereo.

Functions

opCall
void opCall(ubyte bits, Type type)

Short set function.

Variables

bits
ubyte bits;

How many bits has this channel

type
Type type;

Which type is this channel

Meta