Constant | Defined By | ||
---|---|---|---|
LOCAL : String = onSdCard [static]
Play a local video
| VideoType | ||
ONLINE : String = online [static]
Play online videos
| VideoType | ||
ON_LINE : String = online [static]
use VideoType.ONLINE instead
| VideoType | ||
ON_SD_CARD : String = onSdCard [static]
use VideoType.LOCAL instead
| VideoType |
LOCAL | Constant |
public static const LOCAL:String = onSdCard
Play a local video
ON_LINE | Constant |
public static const ON_LINE:String = online
use VideoType.ONLINE instead
ON_SD_CARD | Constant |
public static const ON_SD_CARD:String = onSdCard
use VideoType.LOCAL instead
ONLINE | Constant |
public static const ONLINE:String = online
Play online videos