Gocator API > Go2.Data > Classes > Go2VideoData > Functions > Go2VideoData_PixelsAt
Gocator 2x00 API
Go2VideoData_PixelsAt
Description

Gets a pointer to the video row at the specified index.

C
Go2UInt8* Go2VideoData_PixelsAt(Go2VideoData data, Go2UInt32 rowIndex);
Parameters
Parameters 
Description 
Go2VideoData data 
Go2VideoData object. 
Go2UInt32 rowIndex 
Index of the desired row. 
Returns

Pointer to the first pixel in the video row.

File

Go2DataTypes.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.