| HttpMotionStreamBase Class |
Namespace: StreamCoders.MotionJpeg
The HttpMotionStreamBase type exposes the following members.
| Name | Description | |
|---|---|---|
| BytesReceived | Returns the number of bytes received. | |
| FramesReceived | Returns the number of frames received. | |
| Url | HTTP URL of MJPEG stream. |
| Name | Description | |
|---|---|---|
| Start |
Starts processing packets from MJPEG resource.
| |
| Stop |
Stops processing packets from MJPEG resource.
On completion this function raises OnStop event.
|
| Name | Description | |
|---|---|---|
| NewFrame |
Is raised when a new frame has arrived.
| |
| Stopped |
Is raised whenever Stop() is called or the connection terminates unexpectedly.
|
| 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.) |