Gets the number of frames currently in the video.

Namespace:  Gallio.Common.Media
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public abstract int FrameCount { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property FrameCount As Integer

See Also