Searched defs:EXTRA_CONTENT_TYPE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java1025 * <p>The {@link #EXTRA_CONTENT_TYPE} extra will help the control panel application
1046 * content type indicated by {@link #EXTRA_CONTENT_TYPE} will be applied. The default settings
1099 public static final String EXTRA_CONTENT_TYPE = "android.media.extra.CONTENT_TYPE"; field in class:AudioEffect
1102 * Value for {@link #EXTRA_CONTENT_TYPE} when the type of content played is music
1106 * Value for {@link #EXTRA_CONTENT_TYPE} when the type of content played is video or movie
1110 * Value for {@link #EXTRA_CONTENT_TYPE} when the type of content played is game audio
1114 * Value for {@link #EXTRA_CONTENT_TYPE} when the type of content played is voice audio

Completed in 202 milliseconds