패키지 | org.osmf.media |
클래스 | public final class MediaType |
상속 | MediaType Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | OSMF 1.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
관련 API 요소
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
AUDIO : String = "audio" [정적]
The type constant for audio. | MediaType | ||
IMAGE : String = "image" [정적]
The type constant for images. | MediaType | ||
SWF : String = "swf" [정적]
The type constant for SWFs. | MediaType | ||
VIDEO : String = "video" [정적]
The type constant for video. | MediaType |
상수 세부 정보
AUDIO | 상수 |
public static const AUDIO:String = "audio"
언어 버전: | ActionScript 3.0 |
제품 버전: | OSMF 1.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The type constant for audio.
IMAGE | 상수 |
public static const IMAGE:String = "image"
언어 버전: | ActionScript 3.0 |
제품 버전: | OSMF 1.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The type constant for images.
SWF | 상수 |
public static const SWF:String = "swf"
언어 버전: | ActionScript 3.0 |
제품 버전: | OSMF 1.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The type constant for SWFs.
VIDEO | 상수 |
public static const VIDEO:String = "video"
언어 버전: | ActionScript 3.0 |
제품 버전: | OSMF 1.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The type constant for video.
Tue Jun 12 2018, 03:17 PM Z