Click or drag to resize
PresentationBuffer Constructor (Int32)
Initializes a new instance of the PresentationBuffer class.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public PresentationBuffer(
	int maximumOutputQueueLength
)

Parameters

maximumOutputQueueLength
Type: SystemInt32
Maximum length of the output queue.
See Also