AJA NTV2 SDK  18.0.0.2717
NTV2 SDK 18.0.0.2717
outputq.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  COutputQueue
 
struct  COutputQueue::NewSegmentPacket
 

Macros

#define SEND_PACKET   ((IMediaSample *)(LONG_PTR)(-2))
 
#define EOS_PACKET   ((IMediaSample *)(LONG_PTR)(-3))
 
#define RESET_PACKET   ((IMediaSample *)(LONG_PTR)(-4))
 
#define NEW_SEGMENT   ((IMediaSample *)(LONG_PTR)(-5))
 

Typedefs

typedef CGenericList< IMediaSample > CSampleList
 

Macro Definition Documentation

◆ EOS_PACKET

#define EOS_PACKET   ((IMediaSample *)(LONG_PTR)(-3))

Definition at line 91 of file outputq.h.

◆ NEW_SEGMENT

#define NEW_SEGMENT   ((IMediaSample *)(LONG_PTR)(-5))

Definition at line 93 of file outputq.h.

◆ RESET_PACKET

#define RESET_PACKET   ((IMediaSample *)(LONG_PTR)(-4))

Definition at line 92 of file outputq.h.

◆ SEND_PACKET

#define SEND_PACKET   ((IMediaSample *)(LONG_PTR)(-2))

Definition at line 90 of file outputq.h.

Typedef Documentation

◆ CSampleList

typedef CGenericList<IMediaSample> CSampleList

Definition at line 12 of file outputq.h.