equal
deleted
inserted
replaced
223 SetResolutionIndicator(); |
223 SetResolutionIndicator(); |
224 SetFileTypeIndicator(); |
224 SetFileTypeIndicator(); |
225 break; |
225 break; |
226 } |
226 } |
227 // --------------------------------------------------- |
227 // --------------------------------------------------- |
228 // case ECamEventImageQualityChanged: |
228 case ECamEventVideoQualityChanged: |
229 // { |
229 { |
230 // // To get correct viewfinder resolution: |
230 // To get correct viewfinder resolution: |
231 // TCamVideoResolution res = iController.GetCurrentVideoResolution(); |
231 // TCamVideoResolution res = iController.GetCurrentVideoResolution(); |
232 // iVFRes = iController.VideoViewFinderResourceId( res ); |
232 // iVFRes = iController.VideoViewFinderResourceId( res ); |
233 // } |
233 SetResolutionIndicator(); |
|
234 } |
234 // --------------------------------------------------- |
235 // --------------------------------------------------- |
235 case ECamEventRecordComplete: |
236 case ECamEventRecordComplete: |
236 { |
237 { |
237 iResolutionIndicators[iCurrentIndicator]->SetRect( ResolutionIndicatorRect() ); |
238 iResolutionIndicators[iCurrentIndicator]->SetRect( ResolutionIndicatorRect() ); |
238 iFileTypeIndicator->SetRect( iFileTypeIndicatorPosition ); |
239 iFileTypeIndicator->SetRect( iFileTypeIndicatorPosition ); |