Click or drag to resize
VideoReceiver Class
Inheritance Hierarchy
SystemObject
  Ozeki.CommonDisposableClass
    Ozeki.MediaAbstractMediaReceiverVideoData, VideoFormat
      Ozeki.MediaVideoReceiver
        More...

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public abstract class VideoReceiver : AbstractMediaReceiver<VideoData, VideoFormat>, 
	IVideoReceiver, IMediaReceiver<VideoData, VideoFormat>, IDisposable

The VideoReceiver type exposes the following members.

Constructors
  NameDescription
Protected methodVideoReceiver
Initializes a new instance of the VideoReceiver 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 methodGetAllFormats
Protected methodOnDataReceived
This will be called when media data received from a media handler.
(Inherited from AbstractMediaReceiverTData, TFormat.)
Protected methodSenderConnected
This will be called when a video sneder has been connected to this object.
Protected methodSenderDisconnected
This will be called when a video sender has been disconnected from this object.
Protected methodSetReceiveFormats
Sets the audio formats that the audio handler can receive. If no audio format specified, all formats are supported.
(Inherited from AbstractMediaReceiverTData, TFormat.)
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.
(Inherited from AbstractMediaReceiverTData, TFormat.)
Top
Events
See Also
Inheritance Hierarchy
SystemObject
  Ozeki.CommonDisposableClass
    Ozeki.MediaAbstractMediaReceiverVideoData, VideoFormat
      Ozeki.MediaVideoReceiver
        Ozeki.MediaGenericVideoReceiver
        Ozeki.MediaImageProviderT
        Ozeki.MediaMJPEGVideoStream
        Ozeki.MediaSnapshotHandler
        Ozeki.MediaVP8VideoEventRaiser
        Ozeki.MediaGatewayMediaGatewayVideoReceiver
        Ozeki.VoIPPhoneCallVideoSender