#include "Platform.h" typedef struct _STREAM_CONFIGURATION { int width; int height; int fps; } STREAM_CONFIGURATION, *PSTREAM_CONFIGURATION;