chunkSize property

  1. @override
int chunkSize
final

Maximum chunk length in seconds. This is the the maximum number of complete samples that can be pulled in a single call to pullSampleChunked (not yet implemented). Default is 0, which means it will use the default chunk length of the corresponding outlet.

Implementation

@override
final int chunkSize;