Click or drag to resize

Zoom Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    VideoHandler
      Ozeki.MediaZoom

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

The Zoom type exposes the following members.

Constructors
  NameDescription
Public methodZoom
Initializes a new instance of the Zoom class
Top
Properties
  NameDescription
Public propertyFactor
Public propertyID (Inherited from DisposableClass.)
Public propertyIsDefault
Public propertyIsRunning
Public propertyReceiveFormats (Inherited from VideoHandler.)
Protected propertyX
Protected propertyY
Top
Methods
  NameDescription
Public methodAbsoluteMove
Public methodContinouesMove
Public methodDefault
Public methodDispose (Inherited from DisposableClass.)
Protected methodDispose(Boolean) (Inherited from DisposableClass.)
Protected methodFinalize (Overrides DisposableClass.Finalize.)
Protected methodGetAllFormats (Inherited from VideoHandler.)
Public methodIn
Public methodOnDataReceived (Overrides VideoHandler.OnDataReceived(Object, VideoData).)
Public methodOut
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 methodSetPreferredSendFormats (Inherited from VideoHandler.)
Protected methodSetSupportedFormats (Inherited from VideoHandler.)
Public methodStart
Starts the media.
Public methodStop
Stops the media.
Public methodStopMovement
Top
Events
  NameDescription
Public eventMediaDataSent (Inherited from VideoHandler.)
Public eventReceiveFormatsChanged (Inherited from VideoHandler.)
Top
See Also