probe abstract method

Future<ClipMetadata> probe(
  1. Uint8List bytes
)

Probes bytes for the clip's fps, frame count, and pixel dimensions.

Implementation

Future<ClipMetadata> probe(Uint8List bytes);