Searched defs:StreamConfiguration (Results 1 – 3 of 3) 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
56 pub(crate) fn start_stream(handle: u16, config: StreamConfiguration) { in start_stream()