GetMixFormat method

int GetMixFormat(
  1. Pointer<Pointer<WAVEFORMATEX>> ppDeviceFormat
)

Implementation

int GetMixFormat(Pointer<Pointer<WAVEFORMATEX>> ppDeviceFormat) => ptr
        .ref.vtable
        .elementAt(8)
        .cast<
            Pointer<
                NativeFunction<
                    Int32 Function(Pointer,
                        Pointer<Pointer<WAVEFORMATEX>> ppDeviceFormat)>>>()
        .value
        .asFunction<
            int Function(
                Pointer, Pointer<Pointer<WAVEFORMATEX>> ppDeviceFormat)>()(
    ptr.ref.lpVtbl, ppDeviceFormat);