videoStartOffset property

int get videoStartOffset

Returns the offset of the start of the video in the file.

Implementation

int get videoStartOffset => _videoRange?.start ?? 0;