Share via


MicrophoneInfo.ChannelMappingProcessed フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Media.MicrophoneChannelMapping enum directly instead of this field.

チャネルには、このマイクと場合によっては別のマイクから処理されたオーディオが含まれています。

[Android.Runtime.Register("CHANNEL_MAPPING_PROCESSED", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MicrophoneChannelMapping enum directly instead of this field.", true)]
public const Android.Media.MicrophoneChannelMapping ChannelMappingProcessed = 2;
[<Android.Runtime.Register("CHANNEL_MAPPING_PROCESSED", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MicrophoneChannelMapping enum directly instead of this field.", true)>]
val mutable ChannelMappingProcessed : Android.Media.MicrophoneChannelMapping

フィールド値

Value = 2
属性

注釈

チャネルには、このマイクと場合によっては別のマイクから処理されたオーディオが含まれています。

android.media.MicrophoneInfo.CHANNEL_MAPPING_PROCESSEDJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象