| パッケージ | fl.video |
| クラス | public final class CuePointType |
| 継承 | CuePointType Object |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Flash CS3 |
| ランタイムバージョン: | Flash Player 9.0.28.0, AIR 1.0 |
type プロパティの定数値を提供します。このプロパティは info オブジェクト上のものであり、さらにそのオブジェクトは、type
CUE_POINT の MetadataEvent インスタンスのものです。この type プロパティは常に、EVENT、NAVIGATION または ACTIONSCRIPT のいずれかです。
これらすべての定数はまた、FLVPlayback.findCuePoint() と FLVPlayback.findNearestCuePoint() メソッドにも type パラメーターとして渡されます。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 |
type パラメーター(findCuePoint() メソッドおよび findNearestCuePoint() メソッド)の値を定義します。また ACTIONSCRIPT 定数は、type プロパティの値になることもできます。このプロパティは info オブジェクト上のものであり、さらにそのオブジェクトは、type CUE_POINT の MetadataEvent インスタンスのものです。
ALL | 定数 |
public static const ALL:String = "all"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Flash CS3 |
| ランタイムバージョン: | Flash Player 9.0.28.0, AIR 1.0 |
type パラメーター(findCuePoint() メソッドおよび findNearestCuePoint() メソッド)の値を定義します。この定数は、すべてのキューポイント(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 |
type パラメーター(findCuePoint() メソッドおよび findNearestCuePoint() メソッド)の値を定義します。また EVENT 定数は、type プロパティの値になることもできます。このプロパティは info オブジェクト上のものであり、さらにそのオブジェクトは、type CUE_POINT の MetadataEvent インスタンスのものです。
FLV | 定数 |
public static const FLV:String = "flv"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Flash CS3 |
| ランタイムバージョン: | Flash Player 9.0.28.0, AIR 1.0 |
type パラメーター(findCuePoint() メソッドおよび findNearestCuePoint() メソッド)の値を定義します。この定数は、FLV ファイルに埋め込まれているすべてのキューポイントのグループ(NAVIGATION および EVENT)を記述します。
NAVIGATION | 定数 |
public static const NAVIGATION:String = "navigation"| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Flash CS3 |
| ランタイムバージョン: | Flash Player 9.0.28.0, AIR 1.0 |
type パラメーター(findCuePoint() メソッドおよび findNearestCuePoint() メソッド)の値を定義します。また NAVIGATION 定数は、type プロパティの値になることもできます。このプロパティは info オブジェクト上のものであり、さらにそのオブジェクトは、type CUE_POINT の MetadataEvent インスタンスのものです。
Tue Jun 12 2018, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示