Searched defs:StreamConfiguration (Results 1 – 2 of 2) sorted by relevance
48 struct StreamConfiguration { struct49 int id;50 int width;51 int height;52 PixelFormat format;53 int type;54 int framerate;
47 } StreamConfiguration; typedef