devsound/a3fdevsound/src/devsoundadaptor/cdevaudiocontrol.h
changeset 15 c1e808730d6c
parent 0 40261b775718
equal deleted inserted replaced
13:efebd1779a59 15:c1e808730d6c
    43 	ECommitFailedDuringStop = 1, 
    43 	ECommitFailedDuringStop = 1, 
    44 	ECommitFailedDuringPause,
    44 	ECommitFailedDuringPause,
    45 	EStreamBeingDemotedToEIdle,
    45 	EStreamBeingDemotedToEIdle,
    46 	EAudioCodecIsNull,
    46 	EAudioCodecIsNull,
    47 	EStreamMismatch,
    47 	EStreamMismatch,
    48 	EBufferMismatch
    48 	EBufferMismatch,
       
    49 	EInvalidStateDuringPreemptionCycle
    49 	};
    50 	};
    50 
    51 
    51 
    52 
    52 /**
    53 /**
    53  * CDevAudioControl.
    54  * CDevAudioControl.