Click or drag to resize

ImageProviderT Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaReceiverVideoData, VideoFormat
      VideoReceiver
        Ozeki.MediaImageProviderT
          Ozeki.MediaDrawingImageProvider

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
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 methodImageProviderTInitializes a new instance of the ImageProviderT class
Top
Properties
 NameDescription
Protected propertyConverter 
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 
Public eventProviderDisconnected 
Public eventReceiveFormatsChanged
(Inherited from AbstractMediaReceiverVideoData, VideoFormat)
Top
See Also