| 286 | } FFMS_LogLevels; |
| 287 | |
| 288 | typedef 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 | |
| 309 | typedef struct FFMS_Frame { |
nothing calls this directly
no outgoing calls
no test coverage detected