paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
mp4_metadata Struct Reference

An array of name/value pairs. More...

#include <mp4.h>

Data Fields

struct mp4_tagtags
 It's OK to change this, for example by calling realloc(). More...
 
unsigned count
 The number of entries of the array. More...
 

Detailed Description

An array of name/value pairs.

This structure is initialized when the mp4 file is opened in either mode. If the file contains metadata items other than the standard five, those non-standard items are not included in the array. After a successful open, a pointer to the metadata structure can be obtained via mp4_get_meta().

Field Documentation

◆ tags

struct mp4_tag* tags

It's OK to change this, for example by calling realloc().

◆ count

unsigned count

The number of entries of the array.


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