PresentationBufferOutputQueue Field |
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic readonly BlockingCollection<MediaBuffer<byte>> OutputQueue
Public ReadOnly OutputQueue As BlockingCollection(Of MediaBuffer(Of Byte))
public:
initonly BlockingCollection<MediaBuffer<unsigned char>^>^ OutputQueue
val OutputQueue: BlockingCollection<MediaBuffer<byte>>
Field Value
Type:
BlockingCollectionMediaBufferByte
See Also