Click or drag to resize
HttpMotionStreamBase Class
Abstract base class for JPEG and MJPEG streams
Inheritance Hierarchy
SystemObject
  StreamCoders.MotionJpegHttpMotionStreamBase
    StreamCoders.MotionJpegHttpJpegSource
    StreamCoders.MotionJpegHttpMJpegSource

Namespace: StreamCoders.MotionJpeg
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public abstract class HttpMotionStreamBase

The HttpMotionStreamBase type exposes the following members.

Properties
  NameDescription
Public propertyBytesReceived
Returns the number of bytes received.
Public propertyFramesReceived
Returns the number of frames received.
Public propertyUrl
HTTP URL of MJPEG stream.
Top
Methods
  NameDescription
Public methodStart
Starts processing packets from MJPEG resource.
Public methodStop
Stops processing packets from MJPEG resource. On completion this function raises OnStop event.
Top
Events
  NameDescription
Public eventNewFrame
Is raised when a new frame has arrived.
Public eventStopped
Is raised whenever Stop() is called or the connection terminates unexpectedly.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also