ProtoCamConnectEventArgsFramesPerSecond Property |
Gets the configurated frames per second of the device.
Namespace: StreamCoders.DevicesAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int FramesPerSecond { get; }
Public ReadOnly Property FramesPerSecond As Integer
Get
public:
property int FramesPerSecond {
int get ();
}
member FramesPerSecond : int with get
Property Value
Type:
Int32
The frames per second.
See Also