InitialFrames

AviHeader.InitialFrames property

Gets the initial frame for interleaved files. Noninterleaved files should specify zero. If you are creating interleaved files, specify the number of frames in the file prior to the initial frame of the AVI sequence in this member.

public int InitialFrames { get; }

Property Value

The initial frames.

See Also