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