LMMS
Loading...
Searching...
No Matches
ad_soundfile.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "ad_plugin.h"

Functions

const ad_pluginadp_get_sndfile ()

Variables

static const ad_plugin ad_sndfile

Function Documentation

◆ adp_get_sndfile()

const ad_plugin * adp_get_sndfile ( )

Variable Documentation

◆ ad_sndfile

const ad_plugin ad_sndfile
static
Initial value:
= {
}
int64_t ad_seek_null(void *x, int64_t p)
Definition ad_plugin.c:37
int ad_close_null(void *x)
Definition ad_plugin.c:35
int ad_eval_null(const char *f)
Definition ad_plugin.c:33
void * ad_open_null(const char *f, struct adinfo *n)
Definition ad_plugin.c:34
int ad_bitrate_null(void *x)
Definition ad_plugin.c:39
ssize_t ad_read_null(void *x, float *d, size_t s)
Definition ad_plugin.c:38
int ad_info_null(void *x, struct adinfo *n)
Definition ad_plugin.c:36

Copyright (C) 2011-2013 Robin Gareus robin.nosp@m.@gar.nosp@m.eus.o.nosp@m.rg Copyright (C) 2014-2023 Filipe Coelho falkt.nosp@m.x@fa.nosp@m.lktx..nosp@m.com

This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA