AudioBuffer.getChannelsPointers

Get const channel pointers.

  1. T** getChannelsPointers()
  2. const(T*)* getChannelsPointers()
    struct AudioBuffer(T)
    public nothrow @nogc @safe return @trusted const
    const(T*)*
    getChannelsPointers
    ()
  3. immutable(T*)* getChannelsPointers()

Meta