AudioBuffer.getChannel

Get slice of a given channel.

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

Meta