Click or drag to resize
HttpMJpegServerDequeueFromContext Method
Deques an item from a specific context.

Namespace: StreamCoders.MotionJpeg
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public MediaBuffer<byte> DequeueFromContext(
	string guid
)

Parameters

guid
Type: SystemString
Uniqued Id of Context

Return Value

Type: MediaBufferByte
Returns the dequed item. If the queue is empty, the function returns null.
See Also