Click or drag to resize
PresentationBufferAddFrame Method (MediaBufferByte)
Adds a frame to the presentation buffer.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public CodecOperationStatus AddFrame(
	MediaBuffer<byte> pictureMediaBuffer
)

Parameters

pictureMediaBuffer
Type: StreamCodersMediaBufferByte
The picture media buffer.

Return Value

Type: CodecOperationStatus
Remarks
When a maximum output queue count was specified this method will block until the number of items in the OutputQueue is reduced.
See Also