| Changed Methods
|
Surface createInputSurface()
|
Change from final to non-final.
|
|
int dequeueInputBuffer(long)
|
Change from final to non-final.
|
|
int dequeueOutputBuffer(BufferInfo, long)
|
Change from final to non-final.
|
|
void flush()
|
Change from final to non-final.
|
|
MediaFormat getInputFormat()
|
Change from final to non-final.
|
|
String getName()
|
Change from final to non-final.
|
|
void queueInputBuffer(int, int, int, long, int)
|
Change from final to non-final.
|
|
void queueSecureInputBuffer(int, int, CryptoInfo, long, int)
|
Change from final to non-final.
|
|
void release()
|
Change from final to non-final.
|
|
void reset()
|
Change from final to non-final.
|
|
void setParameters(Bundle)
|
Change from final to non-final.
|
|
void setVideoScalingMode(int)
|
Change from final to non-final.
|
|
void signalEndOfInputStream()
|
Change from final to non-final.
|
|
void start()
|
Change from final to non-final.
|
|
void stop()
|
Change from final to non-final.
|
|
MediaFormat getOutputFormat()
|
Change from final to non-final.
|
|
MediaFormat getOutputFormat(int)
|
Change from final to non-final.
|
|
void releaseOutputBuffer(int, boolean)
|
Change from final to non-final.
|
|
void releaseOutputBuffer(int, long)
|
Change from final to non-final.
|
|