Click or drag to resize
HttpMJpegServerEnqueueToAllContexts Method
Enqueues an already serialized picture to all contexts.

Namespace: StreamCoders.MotionJpeg
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void EnqueueToAllContexts(
	MediaBuffer<byte> pic
)

Parameters

pic
Type: StreamCodersMediaBufferByte
Serialized picture.
See Also