Picasso API  2.8
Data Fields
_psx_image_frame Struct Reference

A frame image data. More...

#include <psx_image.h>

Data Fields

ps_imageimg
 
ps_bytedata
 
size_t size
 
int duration
 

Detailed Description

A frame image data.

Definition at line 46 of file psx_image.h.

Field Documentation

◆ data

ps_byte* _psx_image_frame::data

image data buffer

Definition at line 50 of file psx_image.h.

◆ duration

int _psx_image_frame::duration

current frame duration (in milliseconds, 0 ignore)

Definition at line 54 of file psx_image.h.

◆ img

ps_image* _psx_image_frame::img

picasso image object wrap

Definition at line 48 of file psx_image.h.

◆ size

size_t _psx_image_frame::size

sizeof image data in bytes

Definition at line 52 of file psx_image.h.


The documentation for this struct was generated from the following file: