Package | org.osmf.net |
Class | public final class StreamingItemType |
Inheritance | StreamingItemType Object |
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.6 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
AUDIO : String = "audio" [static]
The AUDIO stream type represents an audio-only stream. | StreamingItemType | ||
VIDEO : String = "video" [static]
The VIDEO stream type represents a video only or a video-audio stream. | StreamingItemType |
Constant Detail
AUDIO | Constant |
public static const AUDIO:String = "audio"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.6 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The AUDIO
stream type represents an audio-only stream.
VIDEO | Constant |
public static const VIDEO:String = "video"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.6 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The VIDEO
stream type represents a video only or a video-audio stream.
Mon Nov 28 2011, 06:48 AM -08:00