Click or drag to resize

DrawingImageProvider Class

Creates a Image object from received byte array.
Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaReceiverVideoData, VideoFormat
      VideoReceiver
        Ozeki.MediaImageProviderImage
          Ozeki.MediaDrawingImageProvider

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class DrawingImageProvider : ImageProvider<Image>

The DrawingImageProvider type exposes the following members.

Constructors
 NameDescription
Public methodDrawingImageProvider Initializes a new instance of the DrawingImageProvider class.
Top
Properties
 NameDescription
Protected propertyConverter Gets or sets the converter that makes conversion between byte array and image.
(Inherited from ImageProviderT)
Public propertyCurrentVideoData
(Inherited from ImageProviderT)
Public propertyID
(Inherited from DisposableClass)
Public propertyReceiveFormats
(Inherited from AbstractMediaReceiverVideoData, VideoFormat)
Top
Methods
 NameDescription
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)
(Inherited from DisposableClass)
Protected methodFinalize
(Inherited from DisposableClass)
Protected methodGetAllFormats
(Inherited from VideoReceiver)
Protected methodOnDataReceived
(Inherited from ImageProviderT)
Protected methodOnImageReady
(Inherited from ImageProviderT)
Protected methodReinitConverter
(Overrides ImageProviderTReinitConverter(VideoFormat))
Protected methodSenderConnected
(Inherited from VideoReceiver)
Protected methodSenderDisconnected
(Overrides VideoReceiver.SenderDisconnected(IVideoSender))
Protected methodSetReceiveFormats
(Inherited from AbstractMediaReceiverVideoData, VideoFormat)
Top
Events
 NameDescription
Public eventImageReady Occurs when the ImageProviderT has finished converting the data to an image.
(Inherited from ImageProviderT)
Public eventProviderDisconnected
(Overrides ImageProviderTProviderDisconnected)
Public eventReceiveFormatsChanged
(Inherited from AbstractMediaReceiverVideoData, VideoFormat)
Top
See Also