LMMS
Loading...
Searching...
No Matches
ysfx_api_file.cpp File Reference
#include "ysfx.hpp"
#include "ysfx_config.hpp"
#include "ysfx_api_file.hpp"
#include "ysfx_eel_utils.hpp"
#include <cstring>
#include <cstdio>
#include <cassert>

Functions

static EEL_F NSEEL_CGEN_CALL ysfx_api_file_open (void *opaque, EEL_F *file_)
static EEL_F NSEEL_CGEN_CALL ysfx_api_file_close (void *opaque, EEL_F *handle_)
static EEL_F *NSEEL_CGEN_CALL ysfx_api_file_rewind (void *opaque, EEL_F *handle_)
static EEL_F NSEEL_CGEN_CALL ysfx_api_file_var (void *opaque, EEL_F *handle_, EEL_F *var)
static EEL_F NSEEL_CGEN_CALL ysfx_api_file_mem (void *opaque, EEL_F *handle_, EEL_F *offset_, EEL_F *length_)
static EEL_F NSEEL_CGEN_CALL ysfx_api_file_avail (void *opaque, EEL_F *handle_)
static EEL_F *NSEEL_CGEN_CALL ysfx_api_file_riff (void *opaque, EEL_F *handle_, EEL_F *nch_, EEL_F *samplerate_)
static EEL_F NSEEL_CGEN_CALL ysfx_api_file_text (void *opaque, EEL_F *handle_)
static EEL_F NSEEL_CGEN_CALL ysfx_api_file_string (void *opaque, EEL_F *handle_, EEL_F *string_)
void ysfx_api_init_file ()

Function Documentation

◆ ysfx_api_file_avail()

EEL_F NSEEL_CGEN_CALL ysfx_api_file_avail ( void * opaque,
EEL_F * handle_ )
static

◆ ysfx_api_file_close()

EEL_F NSEEL_CGEN_CALL ysfx_api_file_close ( void * opaque,
EEL_F * handle_ )
static

◆ ysfx_api_file_mem()

EEL_F NSEEL_CGEN_CALL ysfx_api_file_mem ( void * opaque,
EEL_F * handle_,
EEL_F * offset_,
EEL_F * length_ )
static

◆ ysfx_api_file_open()

EEL_F NSEEL_CGEN_CALL ysfx_api_file_open ( void * opaque,
EEL_F * file_ )
static

◆ ysfx_api_file_rewind()

EEL_F *NSEEL_CGEN_CALL ysfx_api_file_rewind ( void * opaque,
EEL_F * handle_ )
static

◆ ysfx_api_file_riff()

EEL_F *NSEEL_CGEN_CALL ysfx_api_file_riff ( void * opaque,
EEL_F * handle_,
EEL_F * nch_,
EEL_F * samplerate_ )
static

◆ ysfx_api_file_string()

EEL_F NSEEL_CGEN_CALL ysfx_api_file_string ( void * opaque,
EEL_F * handle_,
EEL_F * string_ )
static

◆ ysfx_api_file_text()

EEL_F NSEEL_CGEN_CALL ysfx_api_file_text ( void * opaque,
EEL_F * handle_ )
static

◆ ysfx_api_file_var()

EEL_F NSEEL_CGEN_CALL ysfx_api_file_var ( void * opaque,
EEL_F * handle_,
EEL_F * var )
static

◆ ysfx_api_init_file()

void ysfx_api_init_file ( )