I'm working on an audio debug feature and trying to get the AudioUnit.AudioUnitPropertyIDType.Latency
property value of my audio unit using Xamarin.iOS. Unfortunately I don't see related method to retrieve the value property value like audioUnit.GetParameter
.
Though I can see and successfully set properties using audioUnit.SetParameter
method.
Did I miss something?