| HttpJpegSource Class |
Namespace: StreamCoders.MotionJpeg
The HttpJpegSource type exposes the following members.
| Name | Description | |
|---|---|---|
| HttpJpegSource(String) | Initializes a new instance of the HttpJpegSource class | |
| HttpJpegSource(String, String, String) | Initializes a new instance of the HttpJpegSource class |
| Name | Description | |
|---|---|---|
| BytesReceived | Returns the number of bytes received. (Inherited from HttpMotionStreamBase.) | |
| FramesReceived | Returns the number of frames received. (Inherited from HttpMotionStreamBase.) | |
| Url | HTTP URL of MJPEG stream. (Inherited from HttpMotionStreamBase.) |
| Name | Description | |
|---|---|---|
| Start |
Starts processing packets from MJPEG resource.
(Inherited from HttpMotionStreamBase.) | |
| Stop |
Stops processing packets from MJPEG resource.
On completion this function raises OnStop event.
(Inherited from HttpMotionStreamBase.) |
| Name | Description | |
|---|---|---|
| NewFrame |
Is raised when a new frame has arrived.
(Inherited from HttpMotionStreamBase.) | |
| Stopped |
Is raised whenever Stop() is called or the connection terminates unexpectedly.
(Inherited from HttpMotionStreamBase.) |
| Name | Description | |
|---|---|---|
| Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
| Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |