Class android.media.MediaCodec.QueueRequest

Removed Methods
QueueRequest setEncryptedLinearBlock(LinearBlock, int, CryptoInfo, long, int)  
 

Added Methods
QueueRequest setFlags(int)  
QueueRequest setPresentationTimeUs(long)  
 

Changed Methods
QueueRequest setGraphicBlock(GraphicBlock) Change in signature from (GraphicBlock, long, int) to GraphicBlock.
 
QueueRequest setLinearBlock(LinearBlock, int, int, CryptoInfo) Change in signature from (LinearBlock, int, int, long, int) to (LinearBlock, int, int, CryptoInfo).