1 /*  Copyright (c) MediaArea.net SARL. All Rights Reserved.
2  *
3  *  Use of this source code is governed by a BSD-style license that can
4  *  be found in the License.html file in the root of the source tree.
5  */
6 
7 //---------------------------------------------------------------------------
8 #ifndef Export_PBCoreH
9 #define Export_PBCoreH
10 //---------------------------------------------------------------------------
11 
12 //---------------------------------------------------------------------------
13 #include "MediaInfo/MediaInfo_Internal.h"
14 //---------------------------------------------------------------------------
15 
16 namespace MediaInfoLib
17 {
18 
19 //***************************************************************************
20 /// @brief Export_PBCore
21 //***************************************************************************
22 
23 class Export_PBCore
24 {
25 public :
26     //Constructeur/Destructeur
27     Export_PBCore ();
28     ~Export_PBCore ();
29 
30     //Input
31     Ztring Transform(MediaInfo_Internal &MI);
32 };
33 
34 } //NameSpace
35 #endif
36