Share via


AudioManager.EncodedSurroundOutputAlways 字段

定义

注意

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_ALWAYS", 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 EncodedSurroundOutputAlways = 2;
[<Android.Runtime.Register("ENCODED_SURROUND_OUTPUT_ALWAYS", 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 EncodedSurroundOutputAlways : Android.Media.EncodedSurroundOutput

字段值

Value = 2
属性

注解

环绕声格式始终可用,即使硬件未检测到它们。 这些格式将作为 HDMI 输出功能的一部分进行报告。 然后,应用程序可以自由使用 PCM 或编码输出。

android.media.AudioManager.ENCODED_SURROUND_OUTPUT_ALWAYSJava 文档。

此页面的某些部分是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的条款使用。

适用于