HttpMJpegServer Methods |
The HttpMJpegServer type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddContext |
Adds a context to the server.
|
![]() | ContextQueueCount |
Retrieves the number of queued pictures for a specific context.
|
![]() | DequeueFromContext |
Deques an item from a specific context.
|
![]() | Enqueue |
Enqueues a new stream to the server. The stream have to be of a complete encoded JPEG picture.
|
![]() | EnqueueToAllContexts |
Enqueues an already serialized picture to all contexts.
|
![]() | PrepareEnqueue | Transforms a stream containing a JPEG into a M-JPEG (streamable) buffer. |
![]() | RemoveContext |
Removes a context from the server. Note that this only removes the structure, but does not disconnect the actual
client. To deny a client access, set CancelRequest to true in the OnInitialRequest event.
|
![]() | Start |
Starts the listener to allow incoming connections. The listener cannot be started again
after calling Stop().
|
![]() | Stop |
Stops the listener and disposes all connected contexts.
|
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.) |