Package com.jwplayer.pub.api.media.audio
Class AudioTrack
java.lang.Object
com.jwplayer.pub.api.media.audio.AudioTrack
- All Implemented Interfaces:
android.os.Parcelable
Represents an audio track.
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Constructor Summary
ConstructorsConstructorDescriptionAudioTrack(String name, String language, String groupId, boolean defaultTrack, boolean autoSelect) -
Method Summary
Modifier and TypeMethodDescriptionintgetName()booleanbooleanvoidwriteToParcel(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Constructor Details
-
AudioTrack
-
-
Method Details
-
getName
-
getLanguage
-
getGroupId
-
isDefaultTrack
public boolean isDefaultTrack() -
isAutoSelect
public boolean isAutoSelect() -
describeContents
public int describeContents()- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags) - Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-