Click or drag to resize

ImageManipulation Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    VideoHandler
      Ozeki.MediaImageManipulation

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

The ImageManipulation type exposes the following members.

Constructors
 NameDescription
Public methodImageManipulationInitializes a new instance of the ImageManipulation class
Top
Properties
 NameDescription
Public propertyFilters 
Public propertyID
(Inherited from DisposableClass)
Public propertyIsRunning 
Public propertyReceiveFormats
(Inherited from VideoHandler)
Top
Methods
 NameDescription
Public methodAdd 
Public methodClear 
Public methodDisposeReleases all resources used by the ImageManipulation
Protected methodDispose(Boolean)
(Inherited from DisposableClass)
Protected methodFinalize
(Inherited from DisposableClass)
Protected methodGetAllFormats
(Inherited from VideoHandler)
Public methodOnDataReceived
(Overrides VideoHandler.OnDataReceived(Object, VideoData))
Public methodProcess 
Protected methodReceiverConnected
(Inherited from VideoHandler)
Protected methodReceiverDisconnected
(Inherited from VideoHandler)
Public methodRemove 
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 
Public methodStop 
Top
Events
 NameDescription
Public eventMediaDataSent
(Inherited from VideoHandler)
Public eventReceiveFormatsChanged
(Inherited from VideoHandler)
Top
See Also