openshot-audio
0.1.6
|
#include <stream_encoder.h>
Public Attributes | |
FLAC__ApodizationFunction | type |
union { | |
struct { | |
FLAC__real stddev | |
} gauss | |
struct { | |
FLAC__real p | |
} tukey | |
struct { | |
FLAC__real p | |
FLAC__real start | |
FLAC__real end | |
} multiple_tukey | |
} | parameters |
FLAC__real FLAC__ApodizationSpecification::end |
struct { ... } FLAC__ApodizationSpecification::gauss |
struct { ... } FLAC__ApodizationSpecification::multiple_tukey |
FLAC__real FLAC__ApodizationSpecification::p |
union { ... } FLAC__ApodizationSpecification::parameters |
FLAC__real FLAC__ApodizationSpecification::start |
FLAC__real FLAC__ApodizationSpecification::stddev |
struct { ... } FLAC__ApodizationSpecification::tukey |
FLAC__ApodizationFunction FLAC__ApodizationSpecification::type |