| Changed Methods
|
boolean containsKey(String)
|
Change from final to non-final.
|
|
MediaFormat createAudioFormat(String, int, int)
|
Change from final to non-final.
|
|
MediaFormat createSubtitleFormat(String, String)
|
Change from final to non-final.
|
|
MediaFormat createVideoFormat(String, int, int)
|
Change from final to non-final.
|
|
ByteBuffer getByteBuffer(String)
|
Change from final to non-final.
|
|
float getFloat(String)
|
Change from final to non-final.
|
|
int getInteger(String)
|
Change from final to non-final.
|
|
long getLong(String)
|
Change from final to non-final.
|
|
String getString(String)
|
Change from final to non-final.
|
|
void setByteBuffer(String, ByteBuffer)
|
Change from final to non-final.
|
|
void setFloat(String, float)
|
Change from final to non-final.
|
|
void setInteger(String, int)
|
Change from final to non-final.
|
|
void setLong(String, long)
|
Change from final to non-final.
|
|
void setString(String, String)
|
Change from final to non-final.
|
|