You could access this page securely.

API documentation for libmpg123, libout123, and libsyn123

Note: This API doc is automatically generated from the current development version that you can get via Subversion or as a daily snapshot from http://mpg123.org/snapshot. There may be differences (additions) compared to the latest stable release. See NEWS.libmpg123, NEWS.libout123, NEWS.libsyn123, and the overall NEWS file on libmpg123 versions and important changes between them.
Let me emphasize that the policy for the lib*123 family is to always stay backwards compatible -- only additions are planned (and it's not yet planned to change the plans;-).
mpg123_picture Struct Reference

#include <mpg123.h>

Collaboration diagram for mpg123_picture:

Public Attributes

char type
 
mpg123_string description
 
mpg123_string mime_type
 
size_t size
 
unsigned char * data
 

Detailed Description

Sub data structure for ID3v2, for storing picture data including comment. This is for the ID3v2 APIC field. You should consult the ID3v2 specification for the use of the APIC field ("frames" in ID3v2 documentation, I use "fields" here to separate from MPEG frames).

Definition at line 1891 of file mpg123.h.

Member Data Documentation

◆ type

char mpg123_picture::type

mpg123_id3_pic_type value

Definition at line 1893 of file mpg123.h.

◆ description

mpg123_string mpg123_picture::description

description string

Definition at line 1894 of file mpg123.h.

◆ mime_type

mpg123_string mpg123_picture::mime_type

MIME type

Definition at line 1895 of file mpg123.h.

◆ size

size_t mpg123_picture::size

size in bytes

Definition at line 1896 of file mpg123.h.

◆ data

unsigned char* mpg123_picture::data

pointer to the image data

Definition at line 1897 of file mpg123.h.


The documentation for this struct was generated from the following file:
Hopefully valid HTML! Valid CSS!