AudioBuffer.getChannel

Get slice of a given channel.

  1. T[] getChannel(int channel)
  2. const(T)[] getChannel(int channel)
  3. immutable(T)[] getChannel(int channel)
    struct AudioBuffer(T)
    public nothrow @nogc @safe immutable @trusted
    immutable(T)[]
    getChannel
    ()

Meta