Searched defs:StreamConfiguration (Results 1 – 1 of 1) sorted by relevance
28 struct StreamConfiguration { struct29 int32_t id;30 int32_t type;31 int32_t width;32 int32_t height;33 int32_t format;34 uint64_t usage;35 int32_t dataspace;36 bool tunnelMode;38 int32_t encodeType;[all …]