AudioBuffer.getChannel

Get slice of a given channel.

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

Meta