Click or drag to resize
AbstractMediaReceiverTData, TFormat Class
Inheritance Hierarchy
SystemObject
  Ozeki.CommonDisposableClass
    Ozeki.MediaAbstractMediaReceiverTData, TFormat
      Ozeki.MediaAudioReceiver
      Ozeki.MediaVideoReceiver

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

Type Parameters

TData
TFormat

The AbstractMediaReceiverTData, TFormat type exposes the following members.

Constructors
  NameDescription
Protected methodAbstractMediaReceiverTData, TFormat
Initializes a new instance of the AbstractMediaReceiverTData, TFormat class
Top
Methods
  NameDescription
Public methodDispose
Disposes the object.
(Inherited from DisposableClass.)
Protected methodDispose(Boolean)
Disposes the object.
(Inherited from DisposableClass.)
Protected methodFinalize
(Inherited from DisposableClass.)
Protected methodOnDataReceived
This will be called when media data received from a media handler.
Protected methodSetReceiveFormats
Sets the audio formats that the audio handler can receive. If no audio format specified, all formats are supported.
Top
Properties
  NameDescription
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.
Top
Events
  NameDescription
Public eventReceiveFormatsChanged
Occurs when an item is added or removed from the ReceiveFormats collection.
Top
See Also