sampleSize property

int get sampleSize

Bit depth (bits per sample): 8, 16, 32 (24 not supported)

Implementation

int get sampleSize => _sampleSize = field_sampleSize.readOr(op, _sampleSize);
set sampleSize (int value)

Implementation

set sampleSize(int value) => _sampleSize = field_sampleSize.writeOr(op, value);