Click or drag to resize
ATransformProcessorOutputQueue Property
Output queue that contains the results of the previous transformation.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public MediaBufferCollection<MediaBuffer<byte>> OutputQueue { get; }

Property Value

Type: MediaBufferCollectionMediaBufferByte
A Queue of outputs of a transformation.

Implements

ITransformOutputQueue
See Also