| 
    FFmpeg
    
   | 
 
Amplitude envelope of a group of sine waves. More...
#include <atrac3plus.h>
Data Fields | |
| int | has_start_point | 
| indicates start point within the GHA window  More... | |
| int | has_stop_point | 
| indicates stop point within the GHA window  More... | |
| int | start_pos | 
| start position expressed in n*4 samples  More... | |
| int | stop_pos | 
| stop position expressed in n*4 samples  More... | |
Amplitude envelope of a group of sine waves.
Definition at line 67 of file atrac3plus.h.
| int Atrac3pWaveEnvelope::has_start_point | 
indicates start point within the GHA window
Definition at line 68 of file atrac3plus.h.
Referenced by decode_tones_envelope(), and ff_atrac3p_generate_tones().
| int Atrac3pWaveEnvelope::has_stop_point | 
indicates stop point within the GHA window
Definition at line 69 of file atrac3plus.h.
Referenced by decode_tones_envelope(), and ff_atrac3p_generate_tones().
| int Atrac3pWaveEnvelope::start_pos | 
start position expressed in n*4 samples
Definition at line 70 of file atrac3plus.h.
Referenced by decode_tones_envelope(), and ff_atrac3p_generate_tones().
| int Atrac3pWaveEnvelope::stop_pos | 
stop position expressed in n*4 samples
Definition at line 71 of file atrac3plus.h.
Referenced by decode_tones_envelope(), and ff_atrac3p_generate_tones().
 1.8.17