videoplayback/videoplaybackview/viewinc/mpxhelixplaybackplugindefs.h
changeset 55 4bfa887905cf
parent 50 21fe8338c6bf
child 58 d2b028fd1f7d
equal deleted inserted replaced
50:21fe8338c6bf 55:4bfa887905cf
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Externalizable container for DSA region
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: da1mmcf#2 %
       
    19 
       
    20 
       
    21 
       
    22 #ifndef MPXHELIXPLAYBACKPLUGINDEFS_H_
       
    23 #define MPXHELIXPLAYBACKPLUGINDEFS_H_
       
    24 
       
    25 enum TMPXVideoPlaybackState
       
    26 {
       
    27     EMPXVideoNotInitialized,
       
    28     EMPXVideoInitializing,
       
    29     EMPXVideoInitialized,
       
    30     EMPXVideoBuffering,
       
    31     EMPXVideoPlaying,
       
    32     EMPXVideoPaused,
       
    33     EMPXVideoStopped,
       
    34     EMPXVideoSeeking,
       
    35     EMPXNumberOfStates
       
    36 };
       
    37 
       
    38 
       
    39 enum TMPXVideoMode
       
    40 {
       
    41     EMPXVideoLocal,
       
    42     EMPXVideoStreaming,
       
    43     EMPXVideoLiveStreaming,
       
    44     EMPXVideoProgressiveDownload,
       
    45     EMPXNumberOfModes
       
    46 };
       
    47 
       
    48 
       
    49 
       
    50 #endif /*MPXHELIXPLAYBACKPLUGINDEFS_H_*/