如何使用C#和xamarin在Android MC40上获取扫描仪媒体流?

时间:2016-12-07 22:24:32

标签: c# android xamarin xamarin.android

enter image description here

如何使用C#和Xamarin Android中的代码访问Motorola MC40N0上的扫描仪流?如何获取与其对应的标识符?

我知道我可以使用Stream.Notification收到通知。我也可以使用Stream.Alarms来访问闹钟。我想知道如何获取扫描仪媒体流。我正在尝试更改扫描程序流的数量,因此我需要将Stream值传递给SetStreamVolume()

audioManger.SetStreamVolume(
    /* what stream goes here? */,
    volume,
    VolumeNotificationFlags.AllowRingerModes
);

1 个答案:

答案 0 :(得分:0)

motorola / zebra说这条小溪不应该存在。因此(在我看来),可能没有办法使用编程与这个流进行交互。