Re: [PATCH v2 0/3] MR2727: hrtfapo: Add CreateHrtfApo() stub.
30 Apr
2023
30 Apr
'23
11:10 p.m.
Zebediah Figura (@zfigura) commented about include/hrtfapoapi.idl:
+typedef struct HrtfDistanceDecay +{ + HrtfDistanceDecayType type; + float maxGain; + float minGain; + float unityGainDistance; + float cutoffDistance; +} HrtfDistanceDecay; + +typedef struct HrtfApoInit +{ + HrtfDistanceDecay *distanceDecay; + HrtfDirectivity *directivity; +} HrtfApoInit; + +cpp_quote("STDAPI CreateHrtfApo(const HrtfApoInit *init, IXAPO **xapo);") You can declare this directly in the IDL.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2727#note_31596
957
Age (days ago)
957
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zebediah Figura (@zfigura)