videoStartOffset property
int
get
videoStartOffset
Returns the offset of the start of the video in the file.
Implementation
int get videoStartOffset => _videoRange?.start ?? 0;
Returns the offset of the start of the video in the file.
int get videoStartOffset => _videoRange?.start ?? 0;