outputBufferAsInt16List property

Int16List outputBufferAsInt16List

Convenience method to get the current output buffer as s16le.

Implementation

Int16List get outputBufferAsInt16List =>
    _outputBuffer.cast<Int16>().asTypedList(_outputBufferIndex ~/ 2);