setDuckingOptionsForCurrentStream method
Implementation
int setDuckingOptionsForCurrentStream(int options) => (ptr.ref.vtable + 3)
.cast<Pointer<NativeFunction<Int32 Function(Pointer, Int32 options)>>>()
.value
.asFunction<int Function(Pointer, int options)>()(
ptr.ref.lpVtbl,
options,
);