Click or drag to resize

MJPEGVideoStream Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaReceiverVideoData, VideoFormat
      VideoReceiver
        Ozeki.MediaMJPEGVideoStream

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

The MJPEGVideoStream type exposes the following members.

Constructors
 NameDescription
Public methodMJPEGVideoStreamInitializes a new instance of the MJPEGVideoStream class
Top
Properties
 NameDescription
Public propertyBoundary 
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
(Overrides DisposableClass.Finalize)
Protected methodGetAllFormats
(Inherited from VideoReceiver)
Protected methodOnDataReceived
(Overrides AbstractMediaReceiver.OnDataReceived(Object, UTP))
Protected methodSenderConnected
(Inherited from VideoReceiver)
Protected methodSenderDisconnected
(Inherited from VideoReceiver)
Public methodSendJpegData 
Protected methodSetReceiveFormats
(Inherited from AbstractMediaReceiverVideoData, VideoFormat)
Public methodToImage 
Top
Events
 NameDescription
Public eventJPEGSent 
Public eventReceiveFormatsChanged
(Inherited from AbstractMediaReceiverVideoData, VideoFormat)
Top
See Also