| FFmpeg
    | 
A fragment of audio waveform. More...
| Data Fields | |
| int64_t | position [2] | 
| uint8_t * | data | 
| int | nsamples | 
| FFTSample * | xdat | 
Detailed Description
A fragment of audio waveform.
Definition at line 56 of file af_atempo.c.
Field Documentation
| uint8_t* AudioFragment::data | 
Definition at line 63 of file af_atempo.c.
Referenced by yae_downmix(), yae_flush(), yae_load_frag(), yae_overlap_add(), yae_release_buffers(), and yae_reset().
| int AudioFragment::nsamples | 
Definition at line 66 of file af_atempo.c.
Referenced by yae_adjust_position(), yae_advance_to_next_frag(), yae_clear(), yae_flush(), yae_load_frag(), and yae_overlap_add().
| int64_t AudioFragment::position[2] | 
Definition at line 60 of file af_atempo.c.
Referenced by yae_adjust_position(), yae_advance_to_next_frag(), yae_clear(), yae_flush(), yae_load_frag(), and yae_overlap_add().
| FFTSample* AudioFragment::xdat | 
Definition at line 70 of file af_atempo.c.
Referenced by yae_align(), yae_downmix(), yae_flush(), yae_release_buffers(), and yae_reset().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:25 for FFmpeg by
 1.8.11
 1.8.11