fps property

int get fps

Implementation

int get fps => this.u.smpte.fps;
set fps (int value)

Implementation

set fps(int value) => this.u.smpte.fps = value;