Language

EncodedSurroundOutput Enum

Definition

public enum EncodedSurroundOutput
type EncodedSurroundOutput = 
Inheritance
EncodedSurroundOutput

Fields

Name Value Description
Unknown -1

The mode for surround sound formats is unknown.

Android reference for android.media.AudioManager.ENCODED_SURROUND_OUTPUT_UNKNOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Auto 0

The surround sound formats are available for use if they are detected. This is the default mode.

Android reference for android.media.AudioManager.ENCODED_SURROUND_OUTPUT_AUTO.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Never 1

The surround sound formats are NEVER available, even if they are detected by the hardware. Those formats will not be reported.

Android reference for android.media.AudioManager.ENCODED_SURROUND_OUTPUT_NEVER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Always 2

The surround sound formats are ALWAYS available, even if they are not detected by the hardware. Those formats will be reported as part of the HDMI output capability. Applications are then free to use either PCM or encoded output.

Android reference for android.media.AudioManager.ENCODED_SURROUND_OUTPUT_ALWAYS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Manual 3

Surround sound formats are available according to the choice of user, even if they are not detected by the hardware. Those formats will be reported as part of the HDMI output capability. Applications are then free to use either PCM or encoded output.

Android reference for android.media.AudioManager.ENCODED_SURROUND_OUTPUT_MANUAL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to