Hi
I’m trying to read the settings dictionary for the AVaudioplayer to get the sample rate, file type etc.
I have this in a labels’s open event and get a “This item does not exist” error for AVSampleRateKey.
dim d as Dictionary = p.settings
if d.HasKey(AVSampleRateKey) then
me.text=d.Value(AVSampleRateKey).StringValue
End if
This may not be helped by the fact that I’ve not used dictionaries before!