gmerlin
Data Fields
bg_audio_info_t Struct Reference

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)
 
gavl_metadata_t m
 Metadata.
 
int64_t duration
 Duration in timescale tics.
 
int64_t pts_offset
 First timestamp.
 

Detailed Description

Description of an audio stream.

Unknown fields can be NULL.

Field Documentation

◆ format

gavl_audio_format_t bg_audio_info_t::format

Format (invalid until after the start function was called)

◆ m

gavl_metadata_t bg_audio_info_t::m

Metadata.

◆ duration

int64_t bg_audio_info_t::duration

Duration in timescale tics.

◆ pts_offset

int64_t bg_audio_info_t::pts_offset

First timestamp.


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