Flash'In'App - ESRealView - Class constants

The following constants of RealPlayState type are used to playback state constants:

 

PLAYSTATE_STOPPED

Stopped

PLAYSTATE_CONTACTING

Contacting

PLAYSTATE_BUFFERING Buffering
PLAYSTATE_PLAYING Playing
PLAYSTATE_PAUSED Paused
PLAYSTATE_SEEKING Seeking

 

The following constants are used to callback type constants:

 

Real_NoCallbacks

do not get callbacks

Real_OnPosLength

get messages when the position in the clip changes (realView:changePosition:withLength: will be called)

Real_OnErrorMessage get error messages (called by realView:receiveError:withLevel:rmaCode:userCode:userString:moreInfo:)
Real_OnErrorMessage get error messages (called by realView:receiveError:withLevel:rmaCode:userCode:userString:moreInfo:)

 

Note: These constants may be combined via OR.

 

The following constants are used for error level (used in realView:receiveError:withLevel:rmaCode:userCode:userString:moreInfo:):

 

Real_PanicError

Error potentially causing a system failure. RealSystem takes actions necessary to correct the problem. This may include shutting down the presentation.

Real_SevereError

Error requiring immediate user intervention to prevent a problem. RealSystem will shut down the presentation if necessary.

Real_CriticalError Error that may require user intervention to correct. RealSystem will shut down the presentation if necessary.
Real_GeneralError Error that does not cause a significant problem with normal system operation.
Real_WarningError Warning about a condition that does not cause system problems but may require attention.
Real_NoticeError Notice about a condition that does not cause system problems but should be noted.
Real_InformationalError Informational message only.
Real_DebugError Information of use only when debugging a program.