view Gui/skin/skin.h @ 18226:fcf90803a951

Add properties to get/set the stream position and get the stream start pos, end pos and length. Based on Reimar's patch.
author albeu
date Sun, 23 Apr 2006 15:39:51 +0000
parents 0e1471d9da74
children
line wrap: on
line source


#ifndef __MY_SKIN
#define __MY_SKIN

#include "app.h"

extern listItems     * skinAppMPlayer;

extern int skinRead( char * dname  );
extern int skinBPRead( char * fname, txSample * bf );

// ---

extern char * trimleft( char * in );
extern char * strswap( char * in,char what,char whereof );
extern char * trim( char * in );

#endif