flushVideoBuffer abstract method

Future flushVideoBuffer(
  1. Pointer<Uint8> buffer,
  2. int length,
  3. int width,
  4. int height,
)

Implementation

Future flushVideoBuffer(
  Pointer<Uint8> buffer,
  int length,
  int width,
  int height,
);