FrameRateHandler Constructor |
Creates a new instance of FrameRateHandler.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public FrameRateHandler(
uint fps
)
Public Sub New (
fps As UInteger
)
public:
FrameRateHandler(
unsigned int fps
)
new :
fps : uint32 -> FrameRateHandler
Parameters
- fps
- Type: SystemUInt32
The number of frames per second in the outcoming video data.
See Also