
90
SERVER-SIDE ACTIONSCRIPT LANGUAGE REFERENCE FOR ADOBE MEDIA SERVER 5.0.1
Server-Side ActionScript Language Reference
Last updated 7/2/2013
MulticastStreamInfo class
Flash Media Server 4.5
The MulticastStreamInfo class specifies various Quality of Service (QoS) statistics related to a NetStream object's
underlying RTMFP peer-to-peer and IP Multicast stream transport. A MulticastStreamInfo object is returned by the
NetStream.multicastInfo property.
Properties that return numbers represent totals computed from the beginning of the multicast stream. These types of
properties include the number of media bytes sent or the number of media fragment messages received. Properties that
are rates represent a snapshot of the current rate averaged over a few seconds. These types of properties include the
rate at which a local node is receiving data.
To see a list of values contained in the MulticastStreamInfo object, use the MulticastStreamInfo.toString()
method.
MulticastStreamInfo.bytesPushedToIPMulticast
msi.bytesPushedToIPMulticast
Read-only; Specifies the the total count of media bytes sent by the local node to IP Multicast.
MulticastStreamInfo.bytesReceivedFromIPMulticast
msi.bytesReceivedFromIPMulticast
Read-only; Specifies the total count of media bytes received by the local node from IP Multicast.
Availability
Flash Media Server 4
MulticastStreamInfo.bytesReceivedFromServer
msi.bytesReceivedFromServer
Read-only; Specifies the total count of media bytes received by the local node from the server.
Availability
Flash Media Server 4
MulticastStreamInfo.bytesRequestedByPeers
msi.bytesRequestedByPeers
Read-only; Specifies the total count of media bytes sent by the local node to peers in response to requests from those
peers for specific fragments.
Availability
Flash Media Server 4
MulticastStreamInfo.bytesRequestedFromPeers
msi.bytesRequestedFromPeers
Comentários a estes Manuais