MovieBufferInfo#
- class deapi.MovieBufferInfo(headerBytes: int = 0, imageBufferBytes: int = 0, frameIndexStartPos: int = 0, imageStartPos: int = 0, imageW: int = 0, imageH: int = 0, framesInBuffer: int = 0, imageDataType: int = DataType.DEUndef)#
Bases:
object
Structure to hold information about the movie buffer
- Parameters:
headerBytes (int) – Number of bytes in the header
imageBufferBytes (int) – Number of bytes in the image buffer
frameIndexStartPos (int) – Starting position of the frame index
imageStartPos (int) – Starting position of the image
imageW (int) – Width of the image
imageH (int) – Height of the image
framesInBuffer (int) – Number of frames in the buffer
imageDataType (int) – Data type of the image
Attributes
Methods