GetStreamLatency method

int GetStreamLatency(
  1. Pointer<Int64> phnsLatency
)

Implementation

int GetStreamLatency(Pointer<Int64> phnsLatency) => ptr.ref.vtable
        .elementAt(5)
        .cast<
            Pointer<
                NativeFunction<
                    Int32 Function(Pointer, Pointer<Int64> phnsLatency)>>>()
        .value
        .asFunction<int Function(Pointer, Pointer<Int64> phnsLatency)>()(
    ptr.ref.lpVtbl, phnsLatency);