MCPcopy Create free account
hub / github.com/FFMS/ffms2 / FFMS_ResampleOptions

Class FFMS_ResampleOptions

include/ffms.h:288–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286} FFMS_LogLevels;
287
288typedef struct FFMS_ResampleOptions {
289 int64_t ChannelLayout;
290 FFMS_SampleFormat SampleFormat;
291 int SampleRate;
292 FFMS_MixingCoefficientType MixingCoefficientType;
293 double CenterMixLevel;
294 double SurroundMixLevel;
295 double LFEMixLevel;
296 int Normalize;
297 int ForceResample;
298 int ResampleFilterSize;
299 int ResamplePhaseShift;
300 int LinearInterpolation;
301 double CutoffFrequencyRatio;
302 FFMS_MatrixEncoding MatrixedStereoEncoding;
303 FFMS_ResampleFilterType FilterType;
304 int KaiserBeta;
305 FFMS_AudioDitherMethod DitherMethod;
306} FFMS_ResampleOptions;
307
308
309typedef struct FFMS_Frame {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected