Merge "MediaPlayer.TrackInfo: add getFormat() method" into klp-dev
This commit is contained in:
@ -12796,6 +12796,7 @@ package android.media {
|
||||
|
||||
public static class MediaPlayer.TrackInfo implements android.os.Parcelable {
|
||||
method public int describeContents();
|
||||
method public android.media.MediaFormat getFormat();
|
||||
method public java.lang.String getLanguage();
|
||||
method public int getTrackType();
|
||||
method public void writeToParcel(android.os.Parcel, int);
|
||||
|
Reference in New Issue
Block a user