AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
This file contains some structures, constants, classes and functions that are used in some of the hevc demo applications. There is nothing magical about anything in this file. In your applications you may use a different number of circular buffers, or store different data in the AVDataBuffer. What's listed below are simply values that work well with the demos. More...
#include "ntv2rp188.h"
#include "ajabase/common/videotypes.h"
#include "ajabase/common/circularbuffer.h"
#include "ajabase/system/debug.h"
#include "ntv2democommon.h"
#include "ntv2m31enums.h"
#include "ntv2m31.h"
#include <string>
Go to the source code of this file.
Classes | |
struct | AVHevcDataBuffer |
This structure encapsulates the video and audio buffers used by the HEVC demo applications. The demo programs that employ producer/consumer threads use a fixed number of these buffers. More... | |
struct | AVHevcStatus |
class | CNTV2DemoHevcCommon |
This file contains some structures, constants, classes and functions that are used in some of the hevc demo applications. There is nothing magical about anything in this file. In your applications you may use a different number of circular buffers, or store different data in the AVDataBuffer. What's listed below are simply values that work well with the demos.
Definition in file ntv2demohevccommon.h.