summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/StagefrightRecorder.h
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-07-15 19:08:20 -0700
committerJames Dong <jdong@google.com>2010-07-20 08:39:57 -0700
commitfaed5cd124a54b8db3429f4c26b3220bbec4c8bb (patch)
treef0d4576711cdcc0af89e9f509d5a94eae995bdeb /media/libmediaplayerservice/StagefrightRecorder.h
parent59f566c4ec3dfc097ad8163523e522280b27e5c3 (diff)
downloadframeworks_av-faed5cd124a54b8db3429f4c26b3220bbec4c8bb.zip
frameworks_av-faed5cd124a54b8db3429f4c26b3220bbec4c8bb.tar.gz
frameworks_av-faed5cd124a54b8db3429f4c26b3220bbec4c8bb.tar.bz2
Progress status notification
- Keep track of per-track progress Change-Id: Ibd36f0e8c78581928c8aa2f5e23c5e7e0615c2cc
Diffstat (limited to 'media/libmediaplayerservice/StagefrightRecorder.h')
-rw-r--r--media/libmediaplayerservice/StagefrightRecorder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/media/libmediaplayerservice/StagefrightRecorder.h b/media/libmediaplayerservice/StagefrightRecorder.h
index 9ab02cd..b4c5900 100644
--- a/media/libmediaplayerservice/StagefrightRecorder.h
+++ b/media/libmediaplayerservice/StagefrightRecorder.h
@@ -90,7 +90,6 @@ private:
int32_t mAudioTimeScale;
int64_t mMaxFileSizeBytes;
int64_t mMaxFileDurationUs;
- int32_t mTrackEveryNumberOfFrames;
int64_t mTrackEveryTimeDurationUs;
String8 mParams;
@@ -120,7 +119,6 @@ private:
status_t setParamVideoCameraId(int32_t cameraId);
status_t setParamVideoTimeScale(int32_t timeScale);
status_t setParamTrackTimeStatus(int64_t timeDurationUs);
- status_t setParamTrackFrameStatus(int32_t nFrames);
status_t setParamInterleaveDuration(int32_t durationUs);
status_t setParam64BitFileOffset(bool use64BitFileOffset);
status_t setParamMaxFileDurationUs(int64_t timeUs);