Gets the fps of this sequence, or 0 if unknown.
Namespace: VideoDVRAssembly: VideoDVR (in VideoDVR.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public int FramesPerSecond { get; } |
Visual Basic |
---|
Public ReadOnly Property FramesPerSecond As Integer Get |
Visual C++ |
---|
public: virtual property int FramesPerSecond { int get () sealed; } |