AudioManager.EncodedSurroundOutputAuto フィールド

定義

注意事項

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

サラウンドサウンドフォーマットは、検出された場合に使用できます。

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

フィールド値

Value = 0
属性

注釈

サラウンドサウンドフォーマットは、検出された場合に使用できます。 これは既定のモードです。

android.media.AudioManager.ENCODED_SURROUND_OUTPUT_AUTOJava ドキュメント。

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

適用対象