Package | flash.net |
Class | public final class NetStreamMulticastInfo |
Inheritance | NetStreamMulticastInfo Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
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 NetStreamMulticastInfo object, use the
NetStreamMulticastInfo.toString()
method.
See also
Property | Defined By | ||
---|---|---|---|
bytesPushedFromPeers : Number [read-only]
Specifies the number of media bytes that were proactively pushed from peers and received by the local node. | NetStreamMulticastInfo | ||
bytesPushedToPeers : Number [read-only]
Specifies the number of media bytes that the local node has proactively pushed to peers. | NetStreamMulticastInfo | ||
bytesReceivedFromIPMulticast : Number [read-only]
Specifies the number of media bytes that the local node has received from IP Multicast. | NetStreamMulticastInfo | ||
bytesReceivedFromServer : Number [read-only]
Specifies the number of media bytes that the local node has received from the server. | NetStreamMulticastInfo | ||
bytesRequestedByPeers : Number [read-only]
Specifies the number of media bytes that the local node has sent to peers in response to requests from those peers for specific fragments. | NetStreamMulticastInfo | ||
bytesRequestedFromPeers : Number [read-only]
Specifies the number of media bytes that the local node requested and received from peers. | NetStreamMulticastInfo | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
fragmentsPushedFromPeers : Number [read-only]
Specifies the number of media fragment messages that were proactively pushed from peers and received by the local node. | NetStreamMulticastInfo | ||
fragmentsPushedToPeers : Number [read-only]
Specifies the number of media fragment messages that the local node has proactively pushed to peers. | NetStreamMulticastInfo | ||
fragmentsReceivedFromIPMulticast : Number [read-only]
Specifies the number of media fragment messages that the local node has received from IP Multicast. | NetStreamMulticastInfo | ||
fragmentsReceivedFromServer : Number [read-only]
Specifies the number of media fragment messages that the local node has received from the server. | NetStreamMulticastInfo | ||
fragmentsRequestedByPeers : Number [read-only]
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. | NetStreamMulticastInfo | ||
fragmentsRequestedFromPeers : Number [read-only]
Specifies the number of media fragment messages that the local node requested and received from peers. | NetStreamMulticastInfo | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
receiveControlBytesPerSecond : Number [read-only]
Specifies the rate at which the local node is receiving control overhead messages from peers, in bytes per second. | NetStreamMulticastInfo | ||
receiveDataBytesPerSecond : Number [read-only]
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. | NetStreamMulticastInfo | ||
receiveDataBytesPerSecondFromIPMulticast : Number [read-only]
Specifies the rate at which the local node is receiving data from IP Multicast, in bytes per second. | NetStreamMulticastInfo | ||
receiveDataBytesPerSecondFromServer : Number [read-only]
Specifies the rate at which the local node is receiving media data from the server, in bytes per second. | NetStreamMulticastInfo | ||
sendControlBytesPerSecond : Number [read-only]
Specifies the rate at which the local node is sending control overhead messages to peers and the server, in bytes per second. | NetStreamMulticastInfo | ||
sendControlBytesPerSecondToServer : Number [read-only]
Specifies the rate at which the local node is sending control overhead messages to the server, in bytes per second. | NetStreamMulticastInfo | ||
sendDataBytesPerSecond : Number [read-only]
Specifies the rate at which media data is being sent by the local node to peers, in bytes per second. | NetStreamMulticastInfo |
Method | Defined By | ||
---|---|---|---|
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns a string listing the properties of the NetStreamMulticastInfo object. | NetStreamMulticastInfo | ||
Returns the primitive value of the specified object. | Object |
bytesPushedFromPeers | property |
bytesPushedFromPeers:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the number of media bytes that were proactively pushed from peers and received by the local node.
Implementation
public function get bytesPushedFromPeers():Number
See also
bytesPushedToPeers | property |
bytesPushedToPeers:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the number of media bytes that the local node has proactively pushed to peers.
Implementation
public function get bytesPushedToPeers():Number
See also
bytesReceivedFromIPMulticast | property |
bytesReceivedFromIPMulticast:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the number of media bytes that the local node has received from IP Multicast.
Implementation
public function get bytesReceivedFromIPMulticast():Number
See also
bytesReceivedFromServer | property |
bytesReceivedFromServer:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the number of media bytes that the local node has received from the server.
Implementation
public function get bytesReceivedFromServer():Number
See also
bytesRequestedByPeers | property |
bytesRequestedByPeers:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the number of media bytes that the local node has sent to peers in response to requests from those peers for specific fragments.
Implementation
public function get bytesRequestedByPeers():Number
See also
bytesRequestedFromPeers | property |
bytesRequestedFromPeers:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the number of media bytes that the local node requested and received from peers.
Implementation
public function get bytesRequestedFromPeers():Number
See also
fragmentsPushedFromPeers | property |
fragmentsPushedFromPeers:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the number of media fragment messages that were proactively pushed from peers and received by the local node.
Implementation
public function get fragmentsPushedFromPeers():Number
See also
fragmentsPushedToPeers | property |
fragmentsPushedToPeers:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the number of media fragment messages that the local node has proactively pushed to peers.
Implementation
public function get fragmentsPushedToPeers():Number
See also
fragmentsReceivedFromIPMulticast | property |
fragmentsReceivedFromIPMulticast:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the number of media fragment messages that the local node has received from IP Multicast.
Implementation
public function get fragmentsReceivedFromIPMulticast():Number
See also
fragmentsReceivedFromServer | property |
fragmentsReceivedFromServer:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the number of media fragment messages that the local node has received from the server.
Implementation
public function get fragmentsReceivedFromServer():Number
See also
fragmentsRequestedByPeers | property |
fragmentsRequestedByPeers:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
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.
Implementation
public function get fragmentsRequestedByPeers():Number
See also
fragmentsRequestedFromPeers | property |
fragmentsRequestedFromPeers:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the number of media fragment messages that the local node requested and received from peers.
Implementation
public function get fragmentsRequestedFromPeers():Number
See also
receiveControlBytesPerSecond | property |
receiveControlBytesPerSecond:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the rate at which the local node is receiving control overhead messages from peers, in bytes per second.
Implementation
public function get receiveControlBytesPerSecond():Number
See also
receiveDataBytesPerSecond | property |
receiveDataBytesPerSecond:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
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.
Implementation
public function get receiveDataBytesPerSecond():Number
See also
receiveDataBytesPerSecondFromIPMulticast | property |
receiveDataBytesPerSecondFromIPMulticast:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the rate at which the local node is receiving data from IP Multicast, in bytes per second.
Implementation
public function get receiveDataBytesPerSecondFromIPMulticast():Number
See also
receiveDataBytesPerSecondFromServer | property |
receiveDataBytesPerSecondFromServer:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the rate at which the local node is receiving media data from the server, in bytes per second.
Implementation
public function get receiveDataBytesPerSecondFromServer():Number
See also
sendControlBytesPerSecond | property |
sendControlBytesPerSecond:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the rate at which the local node is sending control overhead messages to peers and the server, in bytes per second.
Implementation
public function get sendControlBytesPerSecond():Number
See also
sendControlBytesPerSecondToServer | property |
sendControlBytesPerSecondToServer:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the rate at which the local node is sending control overhead messages to the server, in bytes per second.
Implementation
public function get sendControlBytesPerSecondToServer():Number
See also
sendDataBytesPerSecond | property |
sendDataBytesPerSecond:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the rate at which media data is being sent by the local node to peers, in bytes per second.
Implementation
public function get sendDataBytesPerSecond():Number
See also
toString | () | method |
public function toString():String
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Returns a string listing the properties of the NetStreamMulticastInfo object.
ReturnsString — A string containing the values of the properties of the NetStreamMulticastInfo object
|
Thu May 20 2010, 02:19 AM -07:00