[host] update capture classes to return the pitch

This commit is contained in:
Geoffrey McRae
2017-12-17 05:05:56 +11:00
parent 1815387bbb
commit db59e67ddb
4 changed files with 4 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ struct FrameInfo
unsigned int width;
unsigned int height;
unsigned int stride;
unsigned int pitch;
void * buffer;
size_t bufferSize;