如何使用C#和Xamarin Android中的代码访问Motorola MC40N0上的扫描仪流?如何获取与其对应的标识符?
我知道我可以使用Stream.Notification
收到通知。我也可以使用Stream.Alarms
来访问闹钟。我想知道如何获取扫描仪媒体流。我正在尝试更改扫描程序流的数量,因此我需要将Stream
值传递给SetStreamVolume()
:
audioManger.SetStreamVolume(
/* what stream goes here? */,
volume,
VolumeNotificationFlags.AllowRingerModes
);
答案 0 :(得分:0)