Click or drag to resize
HttpMJpegServerPrepareEnqueue Method
Transforms a stream containing a JPEG into a M-JPEG (streamable) buffer.

Namespace: StreamCoders.MotionJpeg
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public MediaBuffer<byte> PrepareEnqueue(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to transform.

Return Value

Type: MediaBufferByte
Returns the transformed stream, otherwise null.
See Also