epoc32/include/mmf/common/mmfpaniccodes.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/mmf/common/mmfpaniccodes.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/mmf/common/mmfpaniccodes.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,19 +1,17 @@
     1.4 -/*
     1.5 -* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
     1.6 -* All rights reserved.
     1.7 -* This component and the accompanying materials are made available
     1.8 -* under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     1.9 -* which accompanies this distribution, and is available
    1.10 -* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.11 -*
    1.12 -* Initial Contributors:
    1.13 -* Nokia Corporation - initial contribution.
    1.14 -*
    1.15 -* Contributors:
    1.16 -*
    1.17 -* Description:
    1.18 -*
    1.19 -*/
    1.20 +// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
    1.21 +// All rights reserved.
    1.22 +// This component and the accompanying materials are made available
    1.23 +// under the terms of "Eclipse Public License v1.0"
    1.24 +// which accompanies this distribution, and is available
    1.25 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.26 +//
    1.27 +// Initial Contributors:
    1.28 +// Nokia Corporation - initial contribution.
    1.29 +//
    1.30 +// Contributors:
    1.31 +//
    1.32 +// Description:
    1.33 +//
    1.34  
    1.35  #ifndef __MMF_COMMON_PANICCODES_H__
    1.36  #define __MMF_COMMON_PANICCODES_H__
    1.37 @@ -282,7 +280,7 @@
    1.38  	};
    1.39  
    1.40  /**
    1.41 -@internalTechnology
    1.42 +@publishedAll
    1.43  
    1.44  Panic codes for the sw codec wrapper
    1.45  */
    1.46 @@ -323,4 +321,35 @@
    1.47  	EMMFMediaClientUtilityBadArgument
    1.48  	};
    1.49  
    1.50 +#ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
    1.51 +/**
    1.52 +@publishedAll
    1.53 +@released
    1.54 +
    1.55 +Panic codes for the video player utility
    1.56 +*/
    1.57 +enum TMMFVideoPlayerUtilityPanicCode 
    1.58 +	{
    1.59 +	/** File not opened
    1.60 +	*/
    1.61 +	EMMFVideoPlayerUtilityFileNotOpened = 1,
    1.62 +
    1.63 +	/** Subtitle not supported
    1.64 +	*/
    1.65 +	EMMFVideoPlayerUtilitySubtitleNotSupported = 2,
    1.66 +
    1.67 +	/** No display window available
    1.68 +	*/
    1.69 +	EMMFVideoPlayerUtilityNoWindowAdded = 3,
    1.70 +
    1.71 +	/** Subtitle not enabled
    1.72 +	*/
    1.73 +	EMMFVideoPlayerUtilitySubtitleNotEnabled = 4,
    1.74 +
    1.75 +	/** Subtitle language not supported
    1.76 +	*/
    1.77 +	EMMFVideoPlayerUtilitySubtitleLanguageNotSupported = 5
    1.78 +	};
    1.79 +#endif //SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
    1.80 +
    1.81  #endif