openshot-audio  0.1.2
Public Attributes | List of all members
FLAC__ApodizationSpecification Struct Reference

#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
 

Member Data Documentation

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

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