Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/thirdparty/MediaInfo/MediaInfo/Export/Export_PBCore2.h')
-rw-r--r--src/thirdparty/MediaInfo/MediaInfo/Export/Export_PBCore2.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/thirdparty/MediaInfo/MediaInfo/Export/Export_PBCore2.h b/src/thirdparty/MediaInfo/MediaInfo/Export/Export_PBCore2.h
new file mode 100644
index 000000000..55e0a9013
--- /dev/null
+++ b/src/thirdparty/MediaInfo/MediaInfo/Export/Export_PBCore2.h
@@ -0,0 +1,35 @@
+/* Copyright (c) MediaArea.net SARL. All Rights Reserved.
+ *
+ * Use of this source code is governed by a BSD-style license that can
+ * be found in the License.html file in the root of the source tree.
+ */
+
+//---------------------------------------------------------------------------
+#ifndef Export_PBCore2H
+#define Export_PBCore2H
+//---------------------------------------------------------------------------
+
+//---------------------------------------------------------------------------
+#include "MediaInfo/MediaInfo_Internal.h"
+//---------------------------------------------------------------------------
+
+namespace MediaInfoLib
+{
+
+//***************************************************************************
+/// @brief Export_PBCore 2.0
+//***************************************************************************
+
+class Export_PBCore2
+{
+public :
+ //Constructeur/Destructeur
+ Export_PBCore2 ();
+ ~Export_PBCore2 ();
+
+ //Input
+ Ztring Transform(MediaInfo_Internal &MI);
+};
+
+} //NameSpace
+#endif