Click or drag to resize

VideoResizer Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    VideoHandler
      Ozeki.MediaVideoResizer

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

The VideoResizer type exposes the following members.

Constructors
 NameDescription
Public methodVideoResizerInitializes a new instance of the VideoResizer class
Top
Properties
 NameDescription
Public propertyID
(Inherited from DisposableClass)
Public propertyReceiveFormats
(Inherited from VideoHandler)
Public propertyResizingResolution The resolution of the resized image.
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)
Protected methodSendData
(Inherited from VideoHandler)
Protected methodSenderConnected
(Inherited from VideoHandler)
Protected methodSenderDisconnected
(Inherited from VideoHandler)
Public methodSetPreferredSendFormats
(Inherited from VideoHandler)
Public methodSetResolution(OzResolution) Sets the resizing resolution.
Public methodSetResolution(Int32, Int32) Sets the resizing resolution.
Protected methodSetSupportedFormats
(Inherited from VideoHandler)
Top
Events
 NameDescription
Public eventMediaDataSent
(Inherited from VideoHandler)
Public eventReceiveFormatsChanged
(Inherited from VideoHandler)
Top
See Also