Click or drag to resize

FrameRateHandler Class

This can change the framerate of the incoming video.
Inheritance Hierarchy
SystemObject
  DisposableClass
    VideoHandler
      Ozeki.MediaFrameRateHandler

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public class FrameRateHandler : VideoHandler

The FrameRateHandler type exposes the following members.

Constructors
  NameDescription
Public methodFrameRateHandler
Creates a new instance of FrameRateHandler.
Top
Properties
  NameDescription
Public propertyID (Inherited from DisposableClass.)
Public propertyIsRunning
The state of the video handler. True if the handler is running, otherwise false.
Public propertyReceiveFormats (Inherited from VideoHandler.)
Top
Methods
  NameDescription
Public methodDispose (Inherited from DisposableClass.)
Protected methodDispose(Boolean) (Inherited from DisposableClass.)
Protected methodFinalize (Inherited from DisposableClass.)
Protected methodGetAllFormats (Inherited from VideoHandler.)
Public methodOnDataReceived (Overrides VideoHandler.OnDataReceived(Object, VideoData).)
Protected methodReceiverConnected (Inherited from VideoHandler.)
Protected methodReceiverDisconnected (Inherited from VideoHandler.)
Public methodReset
Resets the inner counter.
Protected methodSendData (Inherited from VideoHandler.)
Protected methodSenderConnected (Inherited from VideoHandler.)
Protected methodSenderDisconnected (Inherited from VideoHandler.)
Public methodSetPreferredSendFormats (Inherited from VideoHandler.)
Protected methodSetSupportedFormats (Inherited from VideoHandler.)
Public methodStart
Starts the video handler.
Public methodStop
Stops the video handler.
Top
Events
  NameDescription
Public eventMediaDataSent (Inherited from VideoHandler.)
Public eventReceiveFormatsChanged (Inherited from VideoHandler.)
Top
See Also