duration property

int? get duration

@AvailableInWorkers("window_and_dedicated")

The duration read-only property of the EncodedVideoChunk interface returns an integer indicating the duration of the video in microseconds.

Implementation

external int? get duration;