OSDN Git Service

Video: Add the mute functionality.
authorTeng-Hui Zhu <ztenghui@google.com>
Tue, 13 Nov 2012 18:39:26 +0000 (10:39 -0800)
committerTeng-Hui Zhu <ztenghui@google.com>
Wed, 14 Nov 2012 19:34:05 +0000 (11:34 -0800)
commit648b339c74da2b863304ffc61c8528cc74c2afb3
treedb16f48fc778ef0c439aa3318ea1771e45ece9c7
parentfa62f816126c55fe59e1d95986210cb51347376c
Video: Add the mute functionality.

1. Enable the mute video functionality.
2. Consolidate the sharing code, especially for file handling.

bug:7543943

Change-Id: Ie7ec605996bc3242b1a50385f506e6a50ee2d2fc
res/menu/photo.xml
res/values/strings.xml
src/com/android/gallery3d/app/MuteVideo.java [new file with mode: 0644]
src/com/android/gallery3d/app/PhotoPage.java
src/com/android/gallery3d/app/TrimVideo.java
src/com/android/gallery3d/app/VideoUtils.java [moved from src/com/android/gallery3d/app/TrimVideoUtils.java with 85% similarity]
src/com/android/gallery3d/data/LocalVideo.java
src/com/android/gallery3d/data/MediaObject.java
src/com/android/gallery3d/ui/MenuExecutor.java
src/com/android/gallery3d/util/SaveVideoFileInfo.java [new file with mode: 0644]
src/com/android/gallery3d/util/SaveVideoFileUtils.java [new file with mode: 0644]