|
AVbin
|
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] |
File details.
The info struct is filled in by avbin_get_file_info.
| char _AVbinFileInfo::album[512] |
| char _AVbinFileInfo::author[512] |
| char _AVbinFileInfo::comment[512] |
| char _AVbinFileInfo::copyright[512] |
Duration of the file.
Does not include the time given in start_time.
| char _AVbinFileInfo::genre[32] |
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.
| char _AVbinFileInfo::title[512] |
1.7.6.1