AVbin
Data Fields
_AVbinFileInfo Struct Reference

File details. More...

Data Fields

size_t structure_size
 Size of this structure, in bytes.
int n_streams
 Number of streams contained in the file.
AVbinTimestamp start_time
 Starting time of all streams.
AVbinTimestamp duration
 Duration of the file.
Metadata fields

File metadata.

Strings are NUL-terminated and may be omitted (the first character NUL) if the file does not contain appropriate information. The encoding of the strings is unspecified.

char title [512]
char author [512]
char copyright [512]
char comment [512]
char album [512]
int year
int track
char genre [32]

Detailed Description

File details.

The info struct is filled in by avbin_get_file_info.


Field Documentation

Duration of the file.

Does not include the time given in start_time.

Number of streams contained in the file.

Starting time of all streams.

Size of this structure, in bytes.

This must be filled in by the application before passing to AVbin.