Xamarin 使用 Beep()
Xamarin using Beep()
我正在尝试为我的 Android 和 IOS 项目添加蜂鸣声。但是我尝试的一切都失败了。
我使用了 this 和很多其他文章,但没有任何成功。
如果我输入代码:public static Void Beep ()
我会得到错误:
System.Void cannot be used from C# -- use typeof(void) to get the void type object
和
Page_BarcodeScanner.Beep() must declare a body because it is not marked abstract, extern or partial
我希望任何人都能把我推向正确的方向,因为我已经卡住了 2 天了。
如果你使用 Xamarin Forms,我认为你必须使用 DependencyServices 来播放声音。
在Android你可以看看Play Audio Android
在 iOS AvAudioPlayer
我认为这个 prj 可以作为起点有用 SimpleAudioForms
我正在尝试为我的 Android 和 IOS 项目添加蜂鸣声。但是我尝试的一切都失败了。 我使用了 this 和很多其他文章,但没有任何成功。
如果我输入代码:public static Void Beep ()
我会得到错误:
System.Void cannot be used from C# -- use typeof(void) to get the void type object
和
Page_BarcodeScanner.Beep() must declare a body because it is not marked abstract, extern or partial
我希望任何人都能把我推向正确的方向,因为我已经卡住了 2 天了。
如果你使用 Xamarin Forms,我认为你必须使用 DependencyServices 来播放声音。
在Android你可以看看Play Audio Android
在 iOS AvAudioPlayer
我认为这个 prj 可以作为起点有用 SimpleAudioForms