Click or drag to resize

IImageProviderT Interface

The interface that should be implemented by image providers

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public interface IImageProvider<T>

Type Parameters

T

The IImageProviderT type exposes the following members.

Events
 NameDescription
Public eventImageReady Occurs when the provider has finished creating the image.
Public eventProviderDisconnected Occurs when the provider has got disconnected with MediaConnector.
Top
See Also