lengthInSeconds property

double lengthInSeconds

Get the length of this buffer in seconds.

Implementation

double get lengthInSeconds {
  synthizer.check(
    synthizer.synthizer
        .syz_bufferGetLengthInSeconds(synthizer.doublePointer, handle.value),
  );
  return synthizer.doublePointer.value;
}