duration property

int? get duration

@AvailableInWorkers("window_and_dedicated")

The duration property of the VideoFrame interface returns an integer indicating the duration of the video in microseconds.

Implementation

external int? get duration;