Click or drag to resize

ImageProviderT Class

Media handler that creates image from received byte array.
Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaReceiverVideoData, VideoFormat
      VideoReceiver
        Ozeki.MediaImageProviderT
          Ozeki.MediaDrawingImageProvider

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public abstract class ImageProvider<T> : VideoReceiver, 
	IImageProvider<T>
where T : class

Type Parameters

T

The ImageProviderT type exposes the following members.

Constructors
 NameDescription
Protected methodImageProviderT Initializes a new instance of the ImageProviderT class.
Top
Properties
 NameDescription
Protected propertyConverter Gets or sets the converter that makes conversion between byte array and image.
Public propertyCurrentVideoData 
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
(Overrides AbstractMediaReceiver.OnDataReceived(Object, UTP))
Protected methodOnImageReady 
Protected methodReinitConverter 
Protected methodSenderConnected
(Inherited from VideoReceiver)
Protected methodSenderDisconnected
(Inherited from VideoReceiver)
Protected methodSetReceiveFormats
(Inherited from AbstractMediaReceiverVideoData, VideoFormat)
Top
Events
 NameDescription
Public eventImageReady Occurs when the ImageProviderT has finished converting the data to an image.
Public eventProviderDisconnected Occurs when the ImageProviderT is disconnected with the MediaConnector.
Public eventReceiveFormatsChanged
(Inherited from AbstractMediaReceiverVideoData, VideoFormat)
Top
See Also