Click or drag to resize
ImageProviderT Class
Media handler that creates image from received byte array.
Inheritance Hierarchy
SystemObject
  Ozeki.CommonDisposableClass
    Ozeki.MediaAbstractMediaReceiverVideoData, VideoFormat
      Ozeki.MediaVideoReceiver
        Ozeki.MediaImageProviderT
          Ozeki.MediaBitmapSourceProvider
          Ozeki.MediaDrawingImageProvider

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
Methods
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
Gets a list of media formats that the media handler can handle. If no media format specified, all formats are supported.
(Inherited from AbstractMediaReceiverTData, TFormat.)
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
Occurs when an item is added or removed from the ReceiveFormats collection.
(Inherited from AbstractMediaReceiverTData, TFormat.)
Top
See Also