libmp3splt  0.9.0
Lossless library for splitting audio formats like mp3 and ogg vorbis.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
splt_plugin_info Struct Reference

#include <mp3splt.h>

Data Fields

float version
 
char * name
 
char * extension
 
char * upper_extension
 

Detailed Description

Structure containing plugin information, like the version, the name and file extension.

Definition at line 2085 of file mp3splt.h.

Field Documentation

float splt_plugin_info::version

Plugin version.

Definition at line 2089 of file mp3splt.h.

char* splt_plugin_info::name

Plugin name.

Definition at line 2093 of file mp3splt.h.

char* splt_plugin_info::extension

File extension handled by the plugin.

Definition at line 2097 of file mp3splt.h.

char* splt_plugin_info::upper_extension

File extension handled by the plugin as uppercase.

Definition at line 2101 of file mp3splt.h.


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