Class MediaSource

  • All Implemented Interfaces:
    android.os.Parcelable

    public class MediaSource
    extends java.lang.Object
    implements android.os.Parcelable
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  MediaSource.Builder  
      • Nested classes/interfaces inherited from interface android.os.Parcelable

        android.os.Parcelable.ClassLoaderCreator<T extends java.lang.Object>, android.os.Parcelable.Creator<T extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static android.os.Parcelable.Creator<MediaSource> CREATOR  
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • Field Detail

      • CREATOR

        public static final android.os.Parcelable.Creator<MediaSource> CREATOR
    • Method Detail

      • getFile

        @Nullable
        public java.lang.String getFile()
        Returns:
        URL to the video file, audio file, or live stream of this playlist item source.
      • getLabel

        @Nullable
        public java.lang.String getLabel()
        Returns:
        Label of the media source, displayed in the manual quality selection menu. Set this if you have more than 2 qualities of your video.
      • getDefault

        public boolean getDefault()
        Returns:
        Set this to true for the media source you want to play on startup. If this isn't set for any source, the first one is used
      • getType

        public MediaType getType()
        Returns:
        Forces a media type. Only required when a file extension is missing or not recognized (Using .php or certain tokens, for example).
      • getHttpHeaders

        @Nullable
        public java.util.Map<java.lang.String,​java.lang.String> getHttpHeaders()
        Returns:
        HTTP Headers to include with requests for this media file.
      • describeContents

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

        public void writeToParcel​(android.os.Parcel dest,
                                  int flags)
        Specified by:
        writeToParcel in interface android.os.Parcelable