패키지 | org.osmf.net.qos |
클래스 | public class QoSInfo |
상속 | QoSInfo Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | OSMF 2.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
actualIndex : int [읽기 전용]
The index of the currently downloading quality level
| QoSInfo | ||
availableQualityLevels : Vector.<QualityLevel> [읽기 전용]
The available quality levels
| QoSInfo | ||
bufferLength : Number [읽기 전용]
The length of the buffer (in seconds)
| QoSInfo | ||
bufferTime : Number [읽기 전용]
The minimum buffer time (in seconds)
| QoSInfo | ||
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
currentIndex : int [읽기 전용]
The index of the currently playing quality level
| QoSInfo | ||
emptyBufferOccurred : Boolean [읽기 전용]
Signals whether there was any playback interruption caused by
an empty buffer since the last QoSInfo was provided
| QoSInfo | ||
lastDownloadedFragmentDetails : FragmentDetails [읽기 전용]
The fragment details of the last downloaded fragment (HDS only)
| QoSInfo | ||
maxFPS : Number [읽기 전용]
The maximum value of the frames per second recorded until now
| QoSInfo | ||
nsInfo : NetStreamInfo [읽기 전용]
The NetStreamInfo of the NetStream
| QoSInfo | ||
playbackDetailsRecord : Vector.<PlaybackDetails> [읽기 전용]
The record containing playback details on the quality levels played since last
ABREvent.QOS_UPDATE event
| QoSInfo | ||
playheadTime : Number [읽기 전용]
The playhead time when this QoSInfo was created (time in the stream)
| QoSInfo | ||
timestamp : Number [읽기 전용]
The machine time when this QoSInfo was created
| QoSInfo |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
QoSInfo(timestamp:Number = NaN, playheadTime:Number = NaN, availableQualityLevels:Vector.<QualityLevel> = null, currentIndex:int = -1, actualIndex:int = -1, lastDownloadedFragmentDetails:FragmentDetails = null, maxFPS:Number = NaN, playbackDetailsRecord:Vector.<PlaybackDetails> = null, nsInfo:NetStreamInfo = null, bufferLength:Number = NaN, bufferTime:Number = NaN, emptyBufferOccurred:Boolean = false)
Constructor. | QoSInfo | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object |
속성 세부 정보
actualIndex | 속성 |
availableQualityLevels | 속성 |
availableQualityLevels:Vector.<QualityLevel>
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | OSMF 2.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The available quality levels
구현
public function get availableQualityLevels():Vector.<QualityLevel>
bufferLength | 속성 |
bufferTime | 속성 |
currentIndex | 속성 |
emptyBufferOccurred | 속성 |
lastDownloadedFragmentDetails | 속성 |
lastDownloadedFragmentDetails:FragmentDetails
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | OSMF 2.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The fragment details of the last downloaded fragment (HDS only)
구현
public function get lastDownloadedFragmentDetails():FragmentDetails
maxFPS | 속성 |
nsInfo | 속성 |
nsInfo:NetStreamInfo
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | OSMF 2.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The NetStreamInfo of the NetStream
구현
public function get nsInfo():NetStreamInfo
playbackDetailsRecord | 속성 |
playbackDetailsRecord:Vector.<PlaybackDetails>
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | OSMF 2.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The record containing playback details on the quality levels played since last ABREvent.QOS_UPDATE event
구현
public function get playbackDetailsRecord():Vector.<PlaybackDetails>
playheadTime | 속성 |
timestamp | 속성 |
생성자 세부 정보
QoSInfo | () | 생성자 |
public function QoSInfo(timestamp:Number = NaN, playheadTime:Number = NaN, availableQualityLevels:Vector.<QualityLevel> = null, currentIndex:int = -1, actualIndex:int = -1, lastDownloadedFragmentDetails:FragmentDetails = null, maxFPS:Number = NaN, playbackDetailsRecord:Vector.<PlaybackDetails> = null, nsInfo:NetStreamInfo = null, bufferLength:Number = NaN, bufferTime:Number = NaN, emptyBufferOccurred:Boolean = false)
언어 버전: | ActionScript 3.0 |
제품 버전: | OSMF 2.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Constructor.
매개 변수timestamp:Number (default = NaN ) — The machine time when this QoSInfo was created
(number of milliseconds since midnight January 1, 1970, universal time)
| |
playheadTime:Number (default = NaN ) — The playhead time when this QoSInfo was created (time in the stream, in seconds)
| |
availableQualityLevels:Vector.<QualityLevel> (default = null ) — The available quality levels
| |
currentIndex:int (default = -1 ) — The index of the currently playing quality level
| |
actualIndex:int (default = -1 ) — The index of the currently downloading quality level
| |
lastDownloadedFragmentDetails:FragmentDetails (default = null ) — The fragment details of the last downloaded fragment (HDS only)
| |
maxFPS:Number (default = NaN ) — The maximum value of the frames per second recorded until now
(usually used as an approximation to the asset's characteristic FPS)
| |
playbackDetailsRecord:Vector.<PlaybackDetails> (default = null ) — A record of the content played back since the last QOS_UPDATE event. It is a list of PlaybackDetails objects.
| |
nsInfo:NetStreamInfo (default = null ) — The NetStreamInfo of the NetStream
| |
bufferLength:Number (default = NaN ) — The lengths of the buffer (in seconds)
| |
bufferTime:Number (default = NaN ) — The minimum buffer time (in seconds)
| |
emptyBufferOccurred:Boolean (default = false ) — Signals whether there was any playback interruption caused by
an empty buffer since the last QoSInfo was provided
|
Tue Jun 12 2018, 03:17 PM Z