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.
Related API Elements
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 | ||
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
Related API Elements
bytesPushedToPeers | property |
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
Related API Elements
bytesReceivedFromServer | property |
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
Related API Elements
bytesRequestedFromPeers | property |
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
Related API Elements
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
Related API Elements
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
Related API Elements
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
Related API Elements
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
Related API Elements
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
Related API Elements
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
Related API Elements
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
Related API Elements
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
Related API Elements
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
Related API Elements
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
Related API Elements
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
Related API Elements
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
Related API Elements
toString | () | method |
Thu Dec 6 2018, 01:12 PM -08:00