AudioTrack.DualMonoModeOff フィールド

定義

注意事項

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

このモードでは、デュアル Mono プレゼンテーション効果が無効になります。

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

フィールド値

Value = 0
属性

注釈

このモードでは、デュアル Mono プレゼンテーション効果が無効になります。

の Java ドキュメント android.media.AudioTrack.DUAL_MONO_MODE_OFF

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

適用対象