包 | fl.video |
类 | public final class CuePointType |
继承 | CuePointType Object |
语言版本: | ActionScript 3.0 |
产品版本: | Flash CS3 |
运行时版本: | Flash Player 9.0.28.0, AIR 1.0 |
type
CUE_POINT
的 MetadataEvent 实例的 info
对象上的 type
属性提供常量值。 此 type
属性始终为 EVENT
、NAVIGATION
或 ACTIONSCRIPT
。
所有这些常量均可以作为 type
参数传递给 FLVPlayback.findCuePoint()
和 FLVPlayback.findNearestCuePoint()
方法。 ALL
和 FLV
常量为这些方法描述多种类型的提示点。
相关 API 元素
常量 | 由以下参数定义 | ||
---|---|---|---|
ACTIONSCRIPT : String = "actionscript" [静态]
定义 findCuePoint() 和 findNearestCuePoint() 方法的 type 参数值。 | CuePointType | ||
ALL : String = "all" [静态]
定义 findCuePoint() 和 findNearestCuePoint() 方法的 type 参数值。 | CuePointType | ||
EVENT : String = "event" [静态]
定义 findCuePoint() 和 findNearestCuePoint() 方法的 type 参数值。 | CuePointType | ||
FLV : String = "flv" [静态]
定义 findCuePoint() 和 findNearestCuePoint() 方法的 type 参数值。 | CuePointType | ||
NAVIGATION : String = "navigation" [静态]
定义 findCuePoint() 和 findNearestCuePoint() 方法的 type 参数值。 | CuePointType |
ACTIONSCRIPT | 常量 |
public static const ACTIONSCRIPT:String = "actionscript"
语言版本: | ActionScript 3.0 |
产品版本: | Flash CS3 |
运行时版本: | Flash Player 9.0.28.0, AIR 1.0 |
定义 findCuePoint()
和 findNearestCuePoint()
方法的 type
参数值。 此外,ACTIONSCRIPT
常量可以是 type
CUE_POINT
的 MetadataEvent 实例的 info 对象上的 type
属性的值。
ALL | 常量 |
public static const ALL:String = "all"
语言版本: | ActionScript 3.0 |
产品版本: | Flash CS3 |
运行时版本: | Flash Player 9.0.28.0, AIR 1.0 |
定义 findCuePoint()
和 findNearestCuePoint()
方法的 type
参数值。 该常量描述所有的提示点:EVENT, NAVIGATION, and ACTIONSCRIPT
。
EVENT | 常量 |
public static const EVENT:String = "event"
语言版本: | ActionScript 3.0 |
产品版本: | Flash CS3 |
运行时版本: | Flash Player 9.0.28.0, AIR 1.0 |
定义 findCuePoint()
和 findNearestCuePoint()
方法的 type
参数值。 此外,EVENT
常量可以是 type
CUE_POINT
的 MetadataEvent 实例的 info 对象上的 type
属性的值。
FLV | 常量 |
public static const FLV:String = "flv"
语言版本: | ActionScript 3.0 |
产品版本: | Flash CS3 |
运行时版本: | Flash Player 9.0.28.0, AIR 1.0 |
定义 findCuePoint()
和 findNearestCuePoint()
方法的 type
参数值。 此常量描述嵌入在 FLV 文件中的所有提示点的组:NAVIGATION
和 EVENT
。
NAVIGATION | 常量 |
public static const NAVIGATION:String = "navigation"
语言版本: | ActionScript 3.0 |
产品版本: | Flash CS3 |
运行时版本: | Flash Player 9.0.28.0, AIR 1.0 |
定义 findCuePoint()
和 findNearestCuePoint()
方法的 type
参数值。 此外,NAVIGATION
常量可以是 type
CUE_POINT
的 MetadataEvent 实例的 info 对象上的 type
属性的值。
Tue Jun 12 2018, 11:04 AM Z