camerauis/cameraapp/generic/inc/camvideotime.h
branchRCL_3
changeset 20 38fb6f7eacd5
parent 0 1ddebce53859
equal deleted inserted replaced
18:51dda465e618 20:38fb6f7eacd5
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    47     */      
    47     */      
    48     TCamVideoTime( TInt64 aDiskSpace,
    48     TCamVideoTime( TInt64 aDiskSpace,
    49                    TInt64 aCriticalLimit,
    49                    TInt64 aCriticalLimit,
    50                    TInt   aVideoBitRate,
    50                    TInt   aVideoBitRate,
    51                    TInt   aAudioBitRate,
    51                    TInt   aAudioBitRate,
    52                    TUint  aSizeLimit,
    52                    TInt64 aSizeLimit,
    53                    TBool  aMuteAudio,
    53                    TBool  aMuteAudio,
    54                    TReal  aBitrateScaler);    
    54                    TReal  aBitrateScaler);    
    55   
    55   
    56   public: 
    56   public: 
    57   
    57   
    71     
    71     
    72     // Available space on disk at start of recording
    72     // Available space on disk at start of recording
    73     TInt64      iAvailableSpaceAtStart;
    73     TInt64      iAvailableSpaceAtStart;
    74 
    74 
    75     // Size limit of the file in bytes
    75     // Size limit of the file in bytes
    76     TUint       iSizeLimit;    
    76     TInt64      iSizeLimit;
    77   };
    77   };
    78   
    78   
    79 #endif // CAMVIDEOTIME_H
    79 #endif // CAMVIDEOTIME_H
    80 
    80 
    81 // End of file  
    81 // End of file