Media Controller
A GStreamer implementation using the VideoXpert SDK
stdafx.h
Go to the documentation of this file.
1 #include <iostream>
2 #include <string>
3 #include <ctime>
4 #include <cmath>
5 
6 #include <boost/algorithm/string.hpp>
7 #include <boost/format.hpp>
8 #include <boost/regex.hpp>
9 #include <boost/lexical_cast.hpp>
10 
11 #include "VxSdk.h"
12 #include "Constants.h"
13 #include "Macros.h"
14 #include "Utilities.h"
15