AudioBuffer.getChannelPointer

Get immutable pointer of a given channel.

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

Meta