xine-lib 1.2.13-20230125hg15249
Data Fields
_VISUAL_FX Struct Reference

#include <goom_visual_fx.h>

Data Fields

void(* init )(struct _VISUAL_FX *_this, PluginInfo *info)
 
void(* free )(struct _VISUAL_FX *_this)
 
void(* apply )(struct _VISUAL_FX *_this, Pixel *src, Pixel *dest, PluginInfo *info)
 
void * fx_data
 
PluginParametersparams
 

Detailed Description

File created on 2003-05-21 by Jeko. (c)2003, JC Hoelt for iOS-software.

LGPL Licence. If you use this file on a visual program, please make my name being visible on it.

Field Documentation

◆ apply

void(* _VISUAL_FX::apply) (struct _VISUAL_FX *_this, Pixel *src, Pixel *dest, PluginInfo *info)

Referenced by goom_update().

◆ free

void(* _VISUAL_FX::free) (struct _VISUAL_FX *_this)

Referenced by goom_close(), and goom_set_resolution().

◆ fx_data

void* _VISUAL_FX::fx_data

◆ init

void(* _VISUAL_FX::init) (struct _VISUAL_FX *_this, PluginInfo *info)

◆ params

PluginParameters* _VISUAL_FX::params

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