ATransformProcessorOutputQueue Property |
Output queue that contains the results of the previous transformation.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public MediaBufferCollection<MediaBuffer<byte>> OutputQueue { get; }
Public ReadOnly Property OutputQueue As MediaBufferCollection(Of MediaBuffer(Of Byte))
Get
public:
virtual property MediaBufferCollection<MediaBuffer<unsigned char>^>^ OutputQueue {
MediaBufferCollection<MediaBuffer<unsigned char>^>^ get () sealed;
}
abstract OutputQueue : MediaBufferCollection<MediaBuffer<byte>> with get
override OutputQueue : MediaBufferCollection<MediaBuffer<byte>> with get
Property Value
Type:
MediaBufferCollectionMediaBufferByte
A Queue of outputs of a transformation.
Implements
ITransformOutputQueueSee Also