Gets the fps of this sequence, or 0 if unknown.

Namespace: VideoDVR
Assembly: VideoDVR (in VideoDVR.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
int FramesPerSecond { get; }
Visual Basic
ReadOnly Property FramesPerSecond As Integer
	Get
Visual C++
property int FramesPerSecond {
	int get ();
}

See Also