accessoryservices/pluggeddisplay/tsrc/stubs/tvoutconfig/inc/tvoutconfigstatuscontrol.h
changeset 70 653a8b91b95e
parent 0 4e1aa6a622a0
equal deleted inserted replaced
64:61992147389a 70:653a8b91b95e
    33 const TUint32 KTVOutStatusControlSetConfig    = 0x00000003; // Set to KErrNone for normal operation, KErrNotSupported, KErrNotFound or KErrNotReady to induce failure
    33 const TUint32 KTVOutStatusControlSetConfig    = 0x00000003; // Set to KErrNone for normal operation, KErrNotSupported, KErrNotFound or KErrNotReady to induce failure
    34 const TUint32 KTVOutStatusControlCableConnect = 0x00000004; // Change this value to toggle HDMI cable connect status -> initially "not connected"
    34 const TUint32 KTVOutStatusControlCableConnect = 0x00000004; // Change this value to toggle HDMI cable connect status -> initially "not connected"
    35 const TUint32 KTVOutStatusControlCopyProtect  = 0x00000005; // Set to 0 for "Copy Ptotection off", 1 for "Copy Ptotection on"
    35 const TUint32 KTVOutStatusControlCopyProtect  = 0x00000005; // Set to 0 for "Copy Ptotection off", 1 for "Copy Ptotection on"
    36 const TUint32 KTVOutStatusControlConfigChange = 0x00000006; // Change this value to indicate that TV Out stting has changed
    36 const TUint32 KTVOutStatusControlConfigChange = 0x00000006; // Change this value to indicate that TV Out stting has changed
    37 const TUint32 KTVOutStatusControlConfigChangeImmediateError = 0x00000007; // CTvOutConfig::SettingsChangedListener() should fail immediately with this code.
    37 const TUint32 KTVOutStatusControlConfigChangeImmediateError = 0x00000007; // CTvOutConfig::SettingsChangedListener() should fail immediately with this code.
       
    38 const TUint32 KTVOutStatusControlAnalogCableConnect = 0x00000008;
    38 
    39 
    39 // Set to update the Supported CEA mode
    40 // Set to update the Supported CEA mode
    40 // 0 - All CEA modes defined in TFixedModeCea are supported
    41 // 0 - All CEA modes defined in TFixedModeCea are supported
    41 // Non-Zero - Bit mask represents the indices of TFixedModeCea
    42 // Non-Zero - Bit mask represents the indices of TFixedModeCea
    42 const TUint32 KTVOutControlCEAMode  = 0x00000001;
    43 const TUint32 KTVOutControlCEAMode  = 0x00000001;