Package | org.osmf.net |
Class | public final class StreamType |
Inheritance | StreamType Object |
Language Version: | ActionScript 3.0 |
Product Versions: | OSMF 1.0, OSMF for Flex 4.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
DVR : String = "dvr" [static]
The DVR stream type represents a possibly server side
recording live stream. | StreamType | ||
LIVE : String = "live" [static]
The LIVE stream type represents a live stream. | StreamType | ||
LIVE_OR_RECORDED : String = "liveOrRecorded" [static]
The LIVE_OR_RECORDED stream type represents a live or a recorded stream. | StreamType | ||
RECORDED : String = "recorded" [static]
The RECORDED stream type represents a recorded stream. | StreamType |
Constant Detail
DVR | Constant |
public static const DVR:String = "dvr"
Language Version: | ActionScript 3.0 |
Product Versions: | OSMF 1.0, OSMF for Flex 4.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The DVR stream type represents a possibly server side recording live stream.
LIVE | Constant |
public static const LIVE:String = "live"
Language Version: | ActionScript 3.0 |
Product Versions: | OSMF 1.0, OSMF for Flex 4.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The LIVE stream type represents a live stream.
LIVE_OR_RECORDED | Constant |
public static const LIVE_OR_RECORDED:String = "liveOrRecorded"
Language Version: | ActionScript 3.0 |
Product Versions: | OSMF 1.0, OSMF for Flex 4.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The LIVE_OR_RECORDED stream type represents a live or a recorded stream.
RECORDED | Constant |
public static const RECORDED:String = "recorded"
Language Version: | ActionScript 3.0 |
Product Versions: | OSMF 1.0, OSMF for Flex 4.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The RECORDED stream type represents a recorded stream.
Mon Nov 28 2011, 06:48 AM -08:00