frameCount property

int get frameCount

Total number of frames (considering channels)

Implementation

int get frameCount => _frameCount = field_frameCount.readOr(op, _frameCount);
set frameCount (int value)

Implementation

set frameCount(int value) => _frameCount = field_frameCount.writeOr(op, value);