RawFrame constructor

RawFrame(
  1. int durationInMillis,
  2. ByteData image
)

Implementation

RawFrame(this.durationInMillis, this.image);