mplib_s.h File Reference
#include "mplib.h"
Go to the source code of this file.
Define Documentation
#define frame_has_data_length_indicator |
( |
id3v2_frame__ |
|
) |
(id3v2_frame__->format_flag & 1) |
|
#define frame_has_group_information |
( |
id3v2_frame__ |
|
) |
((id3v2_frame__->format_flag >> 6) & 1) |
|
#define frame_is_compressed |
( |
id3v2_frame__ |
|
) |
((id3v2_frame__->format_flag >> 3) & 1) |
|
#define frame_is_encrypted |
( |
id3v2_frame__ |
|
) |
((id3v2_frame__->format_flag >> 2) & 1) |
|
#define frame_is_read_only |
( |
id3v2_frame__ |
|
) |
((id3v2_frame__->status_flag >> 4) & 1) |
|
#define frame_is_unsynchronised |
( |
id3v2_frame__ |
|
) |
((id3v2_frame__->format_flag >> 1) & 1) |
|
#define frame_preserve_on_file_altered |
( |
id3v2_frame__ |
|
) |
((id3v2_frame__->status_flag >> 5) & 1) |
|
#define frame_preserve_on_tag_altered |
( |
id3v2_frame__ |
|
) |
((id3v2_frame__->status_flag >> 6) & 1) |
|
Function Documentation
off_t lseek_file |
( |
off_t |
offset, |
|
|
int |
whence, |
|
|
void * |
varg |
|
) |
|
|
off_t lseek_mem |
( |
off_t |
offset, |
|
|
int |
whence, |
|
|
void * |
varg |
|
) |
|
|
size_t read_file |
( |
void * |
dest, |
|
|
size_t |
nbytes, |
|
|
void * |
varg |
|
) |
|
|
size_t read_mem |
( |
void * |
dest, |
|
|
size_t |
nbytes, |
|
|
void * |
varg |
|
) |
|
|