AudioBuffer.getChannelsPointers

Get immutable channel pointers.

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

Meta