ReactOS 0.4.15-dev-7924-g5949c20
tagOutputQueue Struct Reference

#include <strmbase.h>

Collaboration diagram for tagOutputQueue:

Public Attributes

CRITICAL_SECTION csQueue
 
BaseOutputPinpInputPin
 
HANDLE hThread
 
HANDLE hProcessQueue
 
LONG lBatchSize
 
BOOL bBatchExact
 
BOOL bTerminate
 
BOOL bSendAnyway
 
struct list SampleList
 
const struct OutputQueueFuncTablepFuncsTable
 

Detailed Description

Definition at line 345 of file strmbase.h.

Member Data Documentation

◆ bBatchExact

BOOL tagOutputQueue::bBatchExact

Definition at line 354 of file strmbase.h.

Referenced by OutputQueue_ReceiveMultiple(), and OutputQueueImpl_ThreadProc().

◆ bSendAnyway

BOOL tagOutputQueue::bSendAnyway

Definition at line 356 of file strmbase.h.

Referenced by OutputQueue_SendAnyway(), and OutputQueueImpl_ThreadProc().

◆ bTerminate

BOOL tagOutputQueue::bTerminate

Definition at line 355 of file strmbase.h.

Referenced by OutputQueue_Destroy(), and OutputQueueImpl_ThreadProc().

◆ csQueue

◆ hProcessQueue

HANDLE tagOutputQueue::hProcessQueue

◆ hThread

HANDLE tagOutputQueue::hThread

◆ lBatchSize

LONG tagOutputQueue::lBatchSize

Definition at line 353 of file strmbase.h.

Referenced by OutputQueue_ReceiveMultiple(), and OutputQueueImpl_ThreadProc().

◆ pFuncsTable

const struct OutputQueueFuncTable* tagOutputQueue::pFuncsTable

Definition at line 360 of file strmbase.h.

◆ pInputPin

BaseOutputPin* tagOutputQueue::pInputPin

◆ SampleList


The documentation for this struct was generated from the following file: