Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModioImage

Ahmed Castro edited this page Dec 19, 2017 · 8 revisions
struct ModioImage
{
  char* filename;
  char* original;
  char* thumb_320x180;
};

API schema: Image Object

C++ wrapper: Image

The ModioImage class contained by the ModioMedia object.

Name Type Description
filename char* Image filename including extension.
original char* URL to the full-sized image.
thumb_320x180 char* URL to the image thumbnail.

Contents

Clone this wiki locally