Click or drag to resize
IMediaSenderTData, TFormat Interface
Defines members for media senders.

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

Type Parameters

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

The IMediaSenderTData, TFormat type exposes the following members.

Methods
  NameDescription
Public methodSetPreferredSendFormats
Sets the preferred send formats of the media sender. It will be send the media data in that media format if it is possible.
Top
Events
  NameDescription
Public eventMediaDataSent
Occurs when the media data is ready to send.
Top
See Also