Pleora Technologies Inc. eBUS SDK v7.0.1.7536 API



Loading...
Searching...
No Matches
PvCodecLib.h
1// *****************************************************************************
2//
3// Copyright (c) 2008, Pleora Technologies Inc., All rights reserved.
4//
5// *****************************************************************************
6
7#pragma once
8
9#if !defined( PV_CODEC_NO_DECLSPEC )
10 #if defined( PV_CODEC_EXPORTS )
11
12 #if !defined( PT_LIB_STATIC ) && defined( WIN32 )
13 #define PV_CODEC_API __declspec( dllexport )
14 #else
15 #define PV_CODEC_API
16 #endif
17
18 #else
19
20 #if !defined( PT_LIB_STATIC ) && defined( WIN32 )
21 #define PV_CODEC_API __declspec( dllimport )
22 #else
23 #define PV_CODEC_API
24 #endif
25
26 #define PT_LIB_NAME "PvCodec"
27 #include <PvLinkLib.h>
28
29 #endif
30#endif
31
32#if !defined( PV_CODEC_API )
33 #define PV_CODEC_API
34#endif
35
36#include <PvResult.h>
37

Copyright (c) 2002-2026 Pleora Technologies Inc.
www.pleora.com