From faed5cd124a54b8db3429f4c26b3220bbec4c8bb Mon Sep 17 00:00:00 2001 From: James Dong Date: Thu, 15 Jul 2010 19:08:20 -0700 Subject: Progress status notification - Keep track of per-track progress Change-Id: Ibd36f0e8c78581928c8aa2f5e23c5e7e0615c2cc --- media/libmediaplayerservice/StagefrightRecorder.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'media/libmediaplayerservice/StagefrightRecorder.h') 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); -- cgit v1.1