public abstract class NetStreamMulticastInfo
extends java.lang.Object
NetStreamMulticastInfo - specifies various Quality of Service (QoS)
 statistics related to a NetStream object's underlying RTMFP Peer-to-Peer and IP Multicast
 stream transport. A NetStreamMulticastInfo object is returned by the NetStream.multicastInfo property.
 
 | Constructor and Description | 
|---|
NetStreamMulticastInfo()  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
bytesPushedFromPeers()
Specifies the number of media bytes that were proactively pushed
 from peers and received by the local node. 
 | 
long | 
bytesPushedToPeers()
Specifies the number of media bytes that the local node has proactively pushed to peers. 
 | 
long | 
bytesReceivedFromIPMulticast()
Specifies the number of media bytes that the local node has received from IP Multicast. 
 | 
long | 
bytesReceivedFromServer()
Specifies the number of media bytes that the local node has received from the server. 
 | 
long | 
bytesRequestedByPeers()
Specifies the number of media bytes that the local node has sent to peers
 in response to requests from those peers for specific fragments. 
 | 
long | 
bytesRequestedFromPeers()
Specifies the number of media bytes that the local node requested and received from peers. 
 | 
long | 
fragmentsPushedFromPeers()
Specifies the number of media fragment messages that were proactively
 pushed from peers and received by the local node. 
 | 
long | 
fragmentsPushedToPeers()
Specifies the number of media fragment messages that the local node
 has proactively pushed to peers. 
 | 
long | 
fragmentsReceivedFromIPMulticast()
Specifies the number of media fragment messages that the local node
 has received from IP Multicast. 
 | 
long | 
fragmentsReceivedFromServer()
Specifies the number of media fragment messages that the local node
 has received from the server. 
 | 
long | 
fragmentsRequestedByPeers()
Specifies the number of media fragment messages that the local node
 has sent to peers in response to requests from those peers for specific fragments. 
 | 
long | 
fragmentsRequestedFromPeers()
Specifies the number of media fragment messages that the local node requested and received from peers. 
 | 
long | 
receiveControlBytesPerSecond()
Specifies the rate at which the local node is receiving control overhead
 messages from peers, in bytes per second. 
 | 
long | 
receiveDataBytesPerSecond()
Specifies the rate at which the local node is receiving media data from peers,
 from the server, and over IP multicast, in bytes per second. 
 | 
long | 
receiveDataBytesPerSecondFromIPMulticast()
Specifies the rate at which the local node is receiving data from IP Multicast, in bytes per second. 
 | 
long | 
receiveDataBytesPerSecondFromServer()
Specifies the rate at which the local node is receiving media data from the server, in bytes per second. 
 | 
long | 
sendControlBytesPerSecond()
Specifies the rate at which the local node is sending control overhead messages to peers and the server, in bytes per second. 
 | 
long | 
sendControlBytesPerSecondToServer()
Specifies the rate at which the local node is sending control overhead messages to the server, in bytes per second. 
 | 
long | 
sendDataBytesPerSecond()
Specifies the rate at which media data is being sent by the local node to peers, in bytes per second. 
 | 
public long bytesPushedFromPeers()
public long bytesPushedToPeers()
public long bytesReceivedFromIPMulticast()
public long bytesReceivedFromServer()
public long bytesRequestedByPeers()
public long bytesRequestedFromPeers()
public long fragmentsPushedFromPeers()
public long fragmentsPushedToPeers()
public long fragmentsReceivedFromIPMulticast()
public long fragmentsReceivedFromServer()
public long fragmentsRequestedByPeers()
public long fragmentsRequestedFromPeers()
public long receiveControlBytesPerSecond()
public long receiveDataBytesPerSecond()
public long receiveDataBytesPerSecondFromIPMulticast()
public long receiveDataBytesPerSecondFromServer()
public long sendControlBytesPerSecond()
public long sendControlBytesPerSecondToServer()
public long sendDataBytesPerSecond()