Class AudioAttributes

java.lang.Object
com.castlabs.android.player.AudioAttributes
All Implemented Interfaces:
Parcelable

public final class AudioAttributes extends Object implements Parcelable
Attributes for audio playback.

These will affect how the Player interacts with AudioFocusManager.

Since:
4.1.9
  • Field Details

  • Method Details

    • getContentType

      @AudioContentType public int getContentType()
    • getFlags

      @AudioFlags public int getFlags()
    • getUsage

      @AudioUsage public int getUsage()
    • describeContents

      public int describeContents()
      Specified by:
      describeContents in interface Parcelable
    • writeToParcel

      public void writeToParcel(Parcel dest, int flags)
      Specified by:
      writeToParcel in interface Parcelable
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object