| 套件 | 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 參數值。 此外,對於 type CUE_POINT 之 MetadataEvent 實體的 info 物件,ACTIONSCRIPT 常數可以是 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 和 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 參數值。 此外,對於 type CUE_POINT 之 MetadataEvent 實體的 info 物件,EVENT 常數可以是 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 參數值。 此外,對於 type CUE_POINT 之 MetadataEvent 實體的 info 物件,NAVIGATION 常數可以是 type 屬性的值。
Tue Jun 12 2018, 03:47 PM Z
隱藏繼承公用屬性
顯示繼承公用屬性