包 | org.osmf.net |
类 | public final class StreamType |
继承 | StreamType Object |
语言版本: | ActionScript 3.0 |
产品版本: | OSMF 1.0, OSMF for Flex 4.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
DVR : String = "dvr" [静态]
DVR 流类型表示录制实时流的可能的服务器端。 | StreamType | ||
LIVE : String = "live" [静态]
LIVE 流类型表示实时流。 | StreamType | ||
LIVE_OR_RECORDED : String = "liveOrRecorded" [静态]
LIVE_OR_RECORDED 流类型表示实时流或录制流。 | StreamType | ||
RECORDED : String = "recorded" [静态]
RECORDED 流类型表示录制流。 | StreamType |
常量详细信息
DVR | 常量 |
public static const DVR:String = "dvr"
语言版本: | ActionScript 3.0 |
产品版本: | OSMF 1.0, OSMF for Flex 4.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
DVR 流类型表示录制实时流的可能的服务器端。
LIVE | 常量 |
public static const LIVE:String = "live"
语言版本: | ActionScript 3.0 |
产品版本: | OSMF 1.0, OSMF for Flex 4.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
LIVE 流类型表示实时流。
LIVE_OR_RECORDED | 常量 |
public static const LIVE_OR_RECORDED:String = "liveOrRecorded"
语言版本: | ActionScript 3.0 |
产品版本: | OSMF 1.0, OSMF for Flex 4.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
LIVE_OR_RECORDED 流类型表示实时流或录制流。
RECORDED | 常量 |
public static const RECORDED:String = "recorded"
语言版本: | ActionScript 3.0 |
产品版本: | OSMF 1.0, OSMF for Flex 4.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
RECORDED 流类型表示录制流。
Tue Jun 12 2018, 11:04 AM Z