libcfe  0.12.1
some useful C-functions
mp3info Struct Reference

#include <mp3tech.h>

Collaboration diagram for mp3info:
[legend]

Data Fields

char * filename
 
FILE * file
 
off_t datasize
 
int header_isvalid
 
mp3header header
 
int id3_isvalid
 
id3tag id3
 
int vbr
 
float vbr_average
 
int seconds
 
int frames
 
int badframes
 

Detailed Description

Definition at line 66 of file mp3tech.h.

Field Documentation

◆ badframes

int badframes

Definition at line 78 of file mp3tech.h.

◆ datasize

off_t datasize

Definition at line 69 of file mp3tech.h.

◆ file

FILE* file

Definition at line 68 of file mp3tech.h.

◆ filename

char* filename

Definition at line 67 of file mp3tech.h.

◆ frames

int frames

Definition at line 77 of file mp3tech.h.

◆ header

mp3header header

Definition at line 71 of file mp3tech.h.

◆ header_isvalid

int header_isvalid

Definition at line 70 of file mp3tech.h.

◆ id3

id3tag id3

Definition at line 73 of file mp3tech.h.

◆ id3_isvalid

int id3_isvalid

Definition at line 72 of file mp3tech.h.

◆ seconds

int seconds

Definition at line 76 of file mp3tech.h.

◆ vbr

int vbr

Definition at line 74 of file mp3tech.h.

◆ vbr_average

float vbr_average

Definition at line 75 of file mp3tech.h.


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