Click or drag to resize
IMediaReceiverTData, TFormat Interface
Defines members for media receivers.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface IMediaReceiver<TData, TFormat> : IDisposable
where TData : EventArgs

Type Parameters

TData
The type of the media data.
TFormat
The type of the media format.

The IMediaReceiverTData, TFormat type exposes the following members.

Methods
  NameDescription
Public methodOnDataReceived
This will be called when media data received from a media handler.
Top
Properties
  NameDescription
Public propertyReceiveFormats
Gets a list of media formats that the media handler can receive. If no media format specified, all formats are supported.
Top
Events
  NameDescription
Public eventReceiveFormatsChanged
Occurs when an item is added or removed from the ReceiveFormats collection.
Top
See Also