AudioBuffer.getChannelPointer

Get const pointer of a given channel.

  1. T* getChannelPointer(int channel)
  2. const(T)* getChannelPointer(int channel)
    struct AudioBuffer(T)
    public nothrow @nogc @safe const
    const(T)*
    getChannelPointer
    ()
  3. immutable(T)* getChannelPointer(int channel)

Meta