NetStreamInfo 클래스는 NetStream 객체와 관련된 여러 서비스 품질(QOS) 통계 및 기타 정보와 오디오, 비디오 및 데이터에 대한 기본 스트리밍 버퍼를 지정합니다. 현재 QOS 상태의 스냅샷을 취하고 NetStreamInfo 속성을 통해 QOS 통계를 제공하는 NetStream.info 호출에 응답하여 NetStreamInfo 객체가 반환됩니다.

The NetStreamInfo class specifies the various Quality of Service (QOS) statistics and other information related to a NetStream object and the underlying streaming buffer for audio, video, and data. A NetStreamInfo object is returned in response to the NetStream.info call, which takes a snapshot of the current QOS state and provides the QOS statistics through the NetStreamInfo properties.

 

 audioBufferByteLength

 NetStream 오디오 버퍼 크기(바이트)를 제공합니다.

 Provides the NetStream audio buffer size in bytes.

 audioBufferLength

 NetStream 오디오 버퍼 크기(초)를 제공합니다. 

 Provides NetStream audio buffer size in seconds.

 audioByteCount

 재생 또는 플러시된 바이트 수에 관계없이 대기열에 도달한 총 음성 바이트 수를 지정합니다. 

 Specifies the total number of audio bytes that have arrived in the queue, regardless of how many have been played or flushed.

 audioBytesPerSecond

 NetStream 오디오 버퍼가 채워지는 속도를 초당 바이트 수로 지정합니다. 

 Specifies the rate at which the NetStream audio buffer is filled in bytes per second.

 audioLossRate

 NetStream 세션의 오디오 손실을 지정합니다. 

 Specifies the audio loss for the NetStream session.

 byteCount

 재생 또는 플러시된 바이트 수에 관계없이 대기열에 도달한 총 바이트 수를 지정합니다. 

 Specifies the total number of bytes that have arrived into the queue, regardless of how many have been played or flushed.

 currentBytesPerSecond

 NetStream 버퍼가 채워지는 속도를 초당 바이트 수로 지정합니다. 

 Specifies the rate at which the NetStream buffer is filled in bytes per second.

 dataBufferByteLength

 NetStream 데이터 버퍼 크기(바이트)를 제공합니다. 

 Provides the NetStream data buffer size in bytes.

 dataBufferLength

 NetStream 데이터 버퍼 크기(초)를 제공합니다.

 Provides NetStream data buffer size in seconds.

 dataByteCount

 재생 또는 플러시된 바이트 수에 관계없이 대기열에 도달한 데이터 메시지의 총 바이트 수를 지정합니다. 

 Specifies the total number of bytes of data messages that have arrived in the queue, regardless of how many have been played or flushed.

 dataBytesPerSecond

 NetStream 데이터 버퍼가 채워지는 속도를 초당 바이트 수로 지정합니다. 

 Specifies the rate at which the NetStream data buffer is filled in bytes per second.

 droppedFrames

 현재 NetStream 재생 세션에서 삭제된 비디오 프레임 수를 반환합니다. 

 Returns the number of video frames dropped in the current NetStream playback session.

 maxBytesPerSecond

 NetStream 버퍼가 채워지는 최대 속도를 초당 바이트 수로 지정합니다. 

 Specifies the maximum rate at which the NetStream buffer is filled in bytes per second.

 playbackBytesPerSecond

 스트림 재생 속도(초당 바이트)를 반환합니다. 

 Returns the stream playback rate in bytes per second.

 SRTT(Smoothed Round Trip Time)

 NetStream 세션에 대한 매끄러운 라운드 트립 시간(SRTT)(밀리초 단위)입니다. 

 The smoothed round trip time (SRTT) for the NetStream session, in milliseconds.

 videoBufferByteLength

 NetStream 비디오 버퍼 크기(바이트)를 제공합니다. 

 Provides the NetStream video buffer size in bytes.

 videoBufferLength

 NetStream 비디오 버퍼 크기(초)를 제공합니다. 

 Provides NetStream video buffer size in seconds.

 videoByteCount

 재생 또는 플러시된 바이트 수에 관계없이 대기열에 도달한 총 비디오 바이트 수를 지정합니다. 

 Specifies the total number of video bytes that have arrived in the queue, regardless of how many have been played or flushed.

 videoBytesPerSecond

 NetStream 비디오 버퍼가 채워지는 속도를 초당 바이트 수로 지정합니다. 

 Specifies the rate at which the NetStream video buffer is filled in bytes per second.

 videoLossRate

 NetStream 비디오 손실률(전체 메시지에 대한 손실 메시지 비율)을 제공합니다. 

 Provides the NetStream video loss rate (ratio of lost messages to total messages).

*source : http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStreamInfo.html

'Adobe Platform > Flex' 카테고리의 다른 글

SharedObject Reference  (0) 2012.09.25
DispatchEvent Example  (0) 2012.09.25
Capabilities Class  (0) 2012.09.17
ActionScript Reference  (0) 2012.09.17
Custom Event Dispatch  (0) 2012.09.14
AND