|
gmerlin
|
Description of an audio stream. More...
#include <streaminfo.h>
Data Fields | |
| gavl_audio_format_t | format |
| Format (invalid until after the start function was called) | |
| char * | description |
| Something like MPEG-1 audio layer 3, 128 kbps. | |
| char | language [4] |
| The language in ISO 639-2 (3 character code+'\0') | |
| char * | info |
| Directors comments etc... | |
| int64_t | duration |
| Duration in timescale tics. | |
| int64_t | pts_offset |
| First timestamp. | |
Description of an audio stream.
Unknown fields can be NULL.
Format (invalid until after the start function was called)
Something like MPEG-1 audio layer 3, 128 kbps.
| char bg_audio_info_t::language[4] |
The language in ISO 639-2 (3 character code+'\0')
| char* bg_audio_info_t::info |
Directors comments etc...
| int64_t bg_audio_info_t::duration |
Duration in timescale tics.
| int64_t bg_audio_info_t::pts_offset |
First timestamp.
1.7.3