Click or drag to resize
HttpMJpegServerContextQueueCount Method
Retrieves the number of queued pictures for a specific context.

Namespace: StreamCoders.MotionJpeg
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public int ContextQueueCount(
	string guid
)

Parameters

guid
Type: SystemString
Unique Id of context.

Return Value

Type: Int32
Returns the number of items queued.
See Also