Video_Player_Enums

Enumerations used in the flash and video players.

EFlashVariableArrayType Enumeration
C++
enum EFlashVariableArrayType {
  FVAT_Int,
  FVAT_Double,
  FVAT_Float,
  FVAT_ConstStrPtr,
  FVAT_ConstWstrPtr
};
File

IFlashPlayer.h

Description

Notes: Currently arrays of SFlashVarValue are not supported as it would require runtime conversion from / to Scaleform internal variant type GFxValue unless we enforce binary compatibility!