SWR_FLAG_RESAMPLE

* @name Option constants * These constants are used for the @ref avoptions interface for lswr. * @{ * *////< Force resampling even if equal sample rat

extern (C) @nogc nothrow
enum SWR_FLAG_RESAMPLE = 1;

Meta