Click or drag to resize
AbstractMediaSenderTData, TFormat Class
Inheritance Hierarchy
SystemObject
  Ozeki.CommonDisposableClass
    Ozeki.MediaAbstractMediaSenderTData, TFormat
      Ozeki.MediaAudioSender
      Ozeki.MediaVideoSender

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

Type Parameters

TData
TFormat

The AbstractMediaSenderTData, TFormat type exposes the following members.

Constructors
  NameDescription
Protected methodAbstractMediaSenderTData, TFormat
Initializes a new instance of the AbstractMediaSenderTData, TFormat class
Top
Methods
Properties
  NameDescription
Public propertyID (Inherited from DisposableClass.)
Top
Events
  NameDescription
Public eventMediaDataSent
Top
See Also