Click or drag to resize
IVideoSender Interface

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface IVideoSender : IMediaSender<VideoData, VideoFormat>, 
	IDisposable

The IVideoSender type exposes the following members.

Methods
  NameDescription
Public methodReceiverConnected
This will be called when this object has been connected to a video receiver.
Public methodReceiverDisconnected
This will be called when this object has been disconnected from a video receiver.
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.
(Inherited from IMediaSenderTData, TFormat.)
Top
Events
See Also