diff options
author | Steve Kondik <steve@cyngn.com> | 2015-11-07 11:41:21 -0800 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2015-11-07 13:11:50 -0800 |
commit | 32ed0738affd158b7f8fd7ce978aafda38d8d8b6 (patch) | |
tree | f9dbf306f27ea96a0f90d48bca9607578a2bb7dc /data | |
parent | 3fe8894faf54d51f6fe146fc3735ccb75cb05c2e (diff) | |
download | frameworks_base-32ed0738affd158b7f8fd7ce978aafda38d8d8b6.zip frameworks_base-32ed0738affd158b7f8fd7ce978aafda38d8d8b6.tar.gz frameworks_base-32ed0738affd158b7f8fd7ce978aafda38d8d8b6.tar.bz2 |
MediaRecorder: Add pause interface
- add pause in java level
- add pause in jni level
CRs-Fixed: 587051
Add 2 APIs (suspend/resume) in MediaPlayer
- API:suspend() will just pause the player and release all the decoders
to replace release() which will release the whole player
- API:resume() will just init the decoders again,
then start() will be called to start to play the streaming
Change-Id: Ia0c38bd827f21261b2bd87c04778e86362003344
Diffstat (limited to 'data')
0 files changed, 0 insertions, 0 deletions