FileDocCategorySizeDatePackage
AudioAttributes.javaAPI DocAndroid 5.1 API3164Sat Mar 14 14:10:00 GMT 2015android.media

AudioAttributes

public final class AudioAttributes extends Object implements android.os.Parcelable

Fields Summary
public static final int
CONTENT_TYPE_MOVIE
public static final int
CONTENT_TYPE_MUSIC
public static final int
CONTENT_TYPE_SONIFICATION
public static final int
CONTENT_TYPE_SPEECH
public static final int
CONTENT_TYPE_UNKNOWN
public static final android.os.Parcelable.Creator
CREATOR
public static final int
FLAG_AUDIBILITY_ENFORCED
public static final int
FLAG_BEACON
public static final int
FLAG_HW_AV_SYNC
public static final int
FLAG_HW_HOTWORD
public static final int
USAGE_ALARM
public static final int
USAGE_ASSISTANCE_ACCESSIBILITY
public static final int
USAGE_ASSISTANCE_NAVIGATION_GUIDANCE
public static final int
USAGE_ASSISTANCE_SONIFICATION
public static final int
USAGE_GAME
public static final int
USAGE_MEDIA
public static final int
USAGE_NOTIFICATION
public static final int
USAGE_NOTIFICATION_COMMUNICATION_DELAYED
public static final int
USAGE_NOTIFICATION_COMMUNICATION_INSTANT
public static final int
USAGE_NOTIFICATION_COMMUNICATION_REQUEST
public static final int
USAGE_NOTIFICATION_EVENT
public static final int
USAGE_NOTIFICATION_RINGTONE
public static final int
USAGE_UNKNOWN
public static final int
USAGE_VOICE_COMMUNICATION
public static final int
USAGE_VOICE_COMMUNICATION_SIGNALLING
Constructors Summary
AudioAttributes()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object o)

 throw new RuntimeException("Stub!"); 
public intgetCapturePreset()

 throw new RuntimeException("Stub!"); 
public intgetContentType()

 throw new RuntimeException("Stub!"); 
public intgetFlags()

 throw new RuntimeException("Stub!"); 
public intgetUsage()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");