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 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于