epoc32/include/mmf/common/mmfpaniccodes.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 /*
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 * All rights reserved.
     3 // This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 * 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
     5 // which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     7 //
     8 *
     8 // Initial Contributors:
     9 * Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    10 //
    11 *
    11 // Contributors:
    12 * Contributors:
    12 //
    13 *
    13 // Description:
    14 * Description:
    14 //
    15 *
       
    16 */
       
    17 
    15 
    18 #ifndef __MMF_COMMON_PANICCODES_H__
    16 #ifndef __MMF_COMMON_PANICCODES_H__
    19 #define __MMF_COMMON_PANICCODES_H__
    17 #define __MMF_COMMON_PANICCODES_H__
    20 
    18 
    21 //Multimedia Framework Panic Codes
    19 //Multimedia Framework Panic Codes
   280 	*/
   278 	*/
   281 	EMMFReservedCall
   279 	EMMFReservedCall
   282 	};
   280 	};
   283 
   281 
   284 /**
   282 /**
   285 @internalTechnology
   283 @publishedAll
   286 
   284 
   287 Panic codes for the sw codec wrapper
   285 Panic codes for the sw codec wrapper
   288 */
   286 */
   289 enum TMMFSwCodecWrapperPanicCode
   287 enum TMMFSwCodecWrapperPanicCode
   290 	{
   288 	{
   321 	/** Client utility is passed a bad argument
   319 	/** Client utility is passed a bad argument
   322 	*/
   320 	*/
   323 	EMMFMediaClientUtilityBadArgument
   321 	EMMFMediaClientUtilityBadArgument
   324 	};
   322 	};
   325 
   323 
       
   324 #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
       
   325 /**
       
   326 @publishedAll
       
   327 @released
       
   328 
       
   329 Panic codes for the video player utility
       
   330 */
       
   331 enum TMMFVideoPlayerUtilityPanicCode 
       
   332 	{
       
   333 	/** File not opened
       
   334 	*/
       
   335 	EMMFVideoPlayerUtilityFileNotOpened = 1,
       
   336 
       
   337 	/** Subtitle not supported
       
   338 	*/
       
   339 	EMMFVideoPlayerUtilitySubtitleNotSupported = 2,
       
   340 
       
   341 	/** No display window available
       
   342 	*/
       
   343 	EMMFVideoPlayerUtilityNoWindowAdded = 3,
       
   344 
       
   345 	/** Subtitle not enabled
       
   346 	*/
       
   347 	EMMFVideoPlayerUtilitySubtitleNotEnabled = 4,
       
   348 
       
   349 	/** Subtitle language not supported
       
   350 	*/
       
   351 	EMMFVideoPlayerUtilitySubtitleLanguageNotSupported = 5
       
   352 	};
       
   353 #endif //SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
       
   354 
   326 #endif
   355 #endif