FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
Atrac3pWaveEnvelope Struct Reference

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...
 

Detailed Description

Amplitude envelope of a group of sine waves.

Definition at line 65 of file atrac3plus.h.

Field Documentation

int Atrac3pWaveEnvelope::has_start_point

indicates start point within the GHA window

Definition at line 66 of file atrac3plus.h.

Referenced by decode_tones_envelope(), ff_atrac3p_generate_tones(), and waves_synth().

int Atrac3pWaveEnvelope::has_stop_point

indicates stop point within the GHA window

Definition at line 67 of file atrac3plus.h.

Referenced by decode_tones_envelope(), ff_atrac3p_generate_tones(), and waves_synth().

int Atrac3pWaveEnvelope::start_pos

start position expressed in n*4 samples

Definition at line 68 of file atrac3plus.h.

Referenced by decode_tones_envelope(), ff_atrac3p_generate_tones(), and waves_synth().

int Atrac3pWaveEnvelope::stop_pos

stop position expressed in n*4 samples

Definition at line 69 of file atrac3plus.h.

Referenced by decode_tones_envelope(), ff_atrac3p_generate_tones(), and waves_synth().


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