Click or drag to resize

FrameCapture Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    VideoHandler
      FrameCaptureBase
        Ozeki.MediaFrameCapture

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

The FrameCapture type exposes the following members.

Constructors
  NameDescription
Public methodFrameCapture
Initializes a new instance of the FrameCapture class
Top
Properties
  NameDescription
Public propertyFramesCaptured (Inherited from FrameCaptureBase.)
Public propertyID (Inherited from DisposableClass.)
Public propertyInterval (Inherited from FrameCaptureBase.)
Public propertyIsRunning (Inherited from FrameCaptureBase.)
Public propertyReceiveFormats (Inherited from VideoHandler.)
Top
Methods
  NameDescription
Protected methodCallOnFrameCaptured (Overrides FrameCaptureBase.CallOnFrameCaptured(VideoData).)
Public methodDispose (Inherited from DisposableClass.)
Protected methodDispose(Boolean) (Inherited from FrameCaptureBase.)
Protected methodFinalize (Inherited from DisposableClass.)
Protected methodGetAllFormats (Inherited from VideoHandler.)
Public methodOnDataReceived (Inherited from FrameCaptureBase.)
Protected methodReceiverConnected (Inherited from VideoHandler.)
Protected methodReceiverDisconnected (Inherited from VideoHandler.)
Protected methodSendData (Inherited from VideoHandler.)
Protected methodSenderConnected (Inherited from VideoHandler.)
Protected methodSenderDisconnected (Inherited from VideoHandler.)
Public methodSetInterval(Int32) (Inherited from FrameCaptureBase.)
Public methodSetInterval(TimeSpan) (Inherited from FrameCaptureBase.)
Public methodSetInterval(Double) (Inherited from FrameCaptureBase.)
Public methodSetInterval(Double, Double) (Inherited from FrameCaptureBase.)
Public methodSetPreferredSendFormats (Inherited from VideoHandler.)
Protected methodSetSupportedFormats (Inherited from VideoHandler.)
Public methodStart (Inherited from FrameCaptureBase.)
Public methodStartForSpecificFrameNum (Inherited from FrameCaptureBase.)
Public methodStop (Inherited from FrameCaptureBase.)
Top
Events
  NameDescription
Public eventMediaDataSent (Inherited from VideoHandler.)
Public eventOnFrameCaptured
This event is executed when new frame has arrived.
Public eventOnStopped (Inherited from FrameCaptureBase.)
Public eventReceiveFormatsChanged (Inherited from VideoHandler.)
Top
See Also