Click or drag to resize

GenericVideoReceiver Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaReceiverVideoData, VideoFormat
      VideoReceiver
        Ozeki.MediaGenericVideoReceiver

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public class GenericVideoReceiver : VideoReceiver

The GenericVideoReceiver type exposes the following members.

Constructors
  NameDescription
Public methodGenericVideoReceiver
Initializes a new instance of the GenericVideoReceiver class
Top
Properties
  NameDescription
Public propertyID (Inherited from DisposableClass.)
Public propertyReceiveFormats (Inherited from AbstractMediaReceiverVideoData, VideoFormat.)
Top
Methods
  NameDescription
Public methodDispose (Inherited from DisposableClass.)
Protected methodDispose(Boolean) (Inherited from DisposableClass.)
Protected methodFinalize (Inherited from DisposableClass.)
Protected methodGetAllFormats (Inherited from VideoReceiver.)
Protected methodOnDataReceived (Overrides AbstractMediaReceiver.OnDataReceived(Object, UTP).)
Protected methodSenderConnected (Inherited from VideoReceiver.)
Protected methodSenderDisconnected (Inherited from VideoReceiver.)
Protected methodSetReceiveFormats (Inherited from AbstractMediaReceiverVideoData, VideoFormat.)
Top
Events
  NameDescription
Public eventDataReceived
Public eventReceiveFormatsChanged (Inherited from AbstractMediaReceiverVideoData, VideoFormat.)
Top
See Also