Package com.castlabs.android.player
Class AudioAttributes
java.lang.Object
com.castlabs.android.player.AudioAttributes
- All Implemented Interfaces:
Parcelable
Attributes for audio playback.
These will affect how the Player interacts with AudioFocusManager
.
- Since:
- 4.1.9
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Parcelable.Creator
<AudioAttributes> Creator forAudioAttributes
from aParcel
.Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
int
Returns the content type.int
getFlags()
Returns the flags.int
getUsage()
Returns the usage.int
hashCode()
void
writeToParcel
(Parcel dest, int flags)
-
Field Details
-
CREATOR
Creator forAudioAttributes
from aParcel
.
-
-
Method Details
-
getContentType
@AudioContentType public int getContentType()Returns the content type.- Returns:
- The content type.
-
getFlags
@AudioFlags public int getFlags()Returns the flags.- Returns:
- The flags.
-
getUsage
@AudioUsage public int getUsage()Returns the usage.- Returns:
- The usage.
-
describeContents
public int describeContents()- Specified by:
describeContents
in interfaceParcelable
-
writeToParcel
- Specified by:
writeToParcel
in interfaceParcelable
-
equals
-
hashCode
public int hashCode()
-