| FFmpeg
    | 
A fragment of audio waveform. More...
| Data Fields | |
| int64_t | position [2] | 
| uint8_t * | data | 
| int | nsamples | 
| float * | xdat_in | 
| float * | xdat | 
A fragment of audio waveform.
Definition at line 55 of file af_atempo.c.
| int64_t AudioFragment::position[2] | 
Definition at line 59 of file af_atempo.c.
Referenced by yae_adjust_position(), yae_advance_to_next_frag(), yae_clear(), yae_flush(), yae_load_frag(), yae_overlap_add(), and yae_update().
| uint8_t* AudioFragment::data | 
Definition at line 62 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 65 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().
| float* AudioFragment::xdat_in | 
Definition at line 69 of file af_atempo.c.
Referenced by yae_downmix(), yae_flush(), yae_release_buffers(), and yae_reset().
| float* AudioFragment::xdat | 
Definition at line 70 of file af_atempo.c.
Referenced by yae_align(), yae_flush(), yae_release_buffers(), and yae_reset().
 1.8.17
 1.8.17