Click or drag to resize

SnapshotHandler Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaReceiverVideoData, VideoFormat
      VideoReceiver
        SnapshotHandlerBase
          Ozeki.MediaSnapshotHandler

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class SnapshotHandler : SnapshotHandlerBase

The SnapshotHandler type exposes the following members.

Constructors
 NameDescription
Public methodSnapshotHandlerInitializes a new instance of the SnapshotHandler class
Top
Properties
 NameDescription
Public propertyID
(Inherited from DisposableClass)
Public propertyReceiveFormats
(Inherited from AbstractMediaReceiverVideoData, VideoFormat)
Top
Methods
 NameDescription
Protected methodCreateSnapshot
(Overrides SnapshotHandlerBase.CreateSnapshot(VideoData))
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)
(Inherited from DisposableClass)
Protected methodFinalize
(Inherited from DisposableClass)
Protected methodGetAllFormats
(Inherited from VideoReceiver)
Protected methodOnDataReceived
(Inherited from SnapshotHandlerBase)
Protected methodSenderConnected
(Inherited from VideoReceiver)
Protected methodSenderDisconnected
(Inherited from VideoReceiver)
Protected methodSetReceiveFormats
(Inherited from AbstractMediaReceiverVideoData, VideoFormat)
Public methodTakeSnapshot
(Inherited from SnapshotHandlerBase)
Top
Events
 NameDescription
Public eventReceiveFormatsChanged
(Inherited from AbstractMediaReceiverVideoData, VideoFormat)
Top
See Also