openshot-audio  0.1.6
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

◆ end

FLAC__real FLAC__ApodizationSpecification::end

◆ gauss

struct { ... } FLAC__ApodizationSpecification::gauss

◆ multiple_tukey

struct { ... } FLAC__ApodizationSpecification::multiple_tukey

◆ p

FLAC__real FLAC__ApodizationSpecification::p

◆ parameters

union { ... } FLAC__ApodizationSpecification::parameters

◆ start

FLAC__real FLAC__ApodizationSpecification::start

◆ stddev

FLAC__real FLAC__ApodizationSpecification::stddev

◆ tukey

struct { ... } FLAC__ApodizationSpecification::tukey

◆ type

FLAC__ApodizationFunction FLAC__ApodizationSpecification::type

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