window.runtime property | window.runtime.flash.net.NetStreamMulticastInfo |
Inheritance | NetStreamMulticastInfo Object |
Runtime Versions: | 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 | ||
---|---|---|---|
hasOwnProperty(name:String):Boolean
Indicates whether an object has a specified property defined. | Object | ||
isPrototypeOf(theClass:Object):Boolean
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
propertyIsEnumerable(name:String):Boolean
Indicates whether the specified property exists and is enumerable. | Object | ||
setPropertyIsEnumerable(name:String, isEnum:Boolean = true):void
Sets the availability of a dynamic property for loop operations. | Object | ||
toLocaleString():String
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
toString():String
Returns a string listing the properties of the NetStreamMulticastInfo object. | NetStreamMulticastInfo | ||
valueOf():Object
Returns the primitive value of the specified object. | Object |
bytesPushedFromPeers | property |
bytesPushedFromPeers:Number
[read-only] Runtime Versions: | 2 |
Specifies the number of media bytes that were proactively pushed from peers and received by the local node.
See also
bytesPushedToPeers | property |
bytesPushedToPeers:Number
[read-only] Runtime Versions: | 2 |
Specifies the number of media bytes that the local node has proactively pushed to peers.
See also
bytesReceivedFromIPMulticast | property |
bytesReceivedFromIPMulticast:Number
[read-only] Runtime Versions: | 2 |
Specifies the number of media bytes that the local node has received from IP Multicast.
See also
bytesReceivedFromServer | property |
bytesReceivedFromServer:Number
[read-only] Runtime Versions: | 2 |
Specifies the number of media bytes that the local node has received from the server.
See also
bytesRequestedByPeers | property |
bytesRequestedByPeers:Number
[read-only] Runtime Versions: | 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.
See also
bytesRequestedFromPeers | property |
bytesRequestedFromPeers:Number
[read-only] Runtime Versions: | 2 |
Specifies the number of media bytes that the local node requested and received from peers.
See also
fragmentsPushedFromPeers | property |
fragmentsPushedFromPeers:Number
[read-only] Runtime Versions: | 2 |
Specifies the number of media fragment messages that were proactively pushed from peers and received by the local node.
See also
fragmentsPushedToPeers | property |
fragmentsPushedToPeers:Number
[read-only] Runtime Versions: | 2 |
Specifies the number of media fragment messages that the local node has proactively pushed to peers.
See also
fragmentsReceivedFromIPMulticast | property |
fragmentsReceivedFromIPMulticast:Number
[read-only] Runtime Versions: | 2 |
Specifies the number of media fragment messages that the local node has received from IP Multicast.
See also
fragmentsReceivedFromServer | property |
fragmentsReceivedFromServer:Number
[read-only] Runtime Versions: | 2 |
Specifies the number of media fragment messages that the local node has received from the server.
See also
fragmentsRequestedByPeers | property |
fragmentsRequestedByPeers:Number
[read-only] Runtime Versions: | 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.
See also
fragmentsRequestedFromPeers | property |
fragmentsRequestedFromPeers:Number
[read-only] Runtime Versions: | 2 |
Specifies the number of media fragment messages that the local node requested and received from peers.
See also
receiveControlBytesPerSecond | property |
receiveControlBytesPerSecond:Number
[read-only] Runtime Versions: | 2 |
Specifies the rate at which the local node is receiving control overhead messages from peers, in bytes per second.
See also
receiveDataBytesPerSecond | property |
receiveDataBytesPerSecond:Number
[read-only] Runtime Versions: | 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.
See also
receiveDataBytesPerSecondFromIPMulticast | property |
receiveDataBytesPerSecondFromIPMulticast:Number
[read-only] Runtime Versions: | 2 |
Specifies the rate at which the local node is receiving data from IP Multicast, in bytes per second.
See also
receiveDataBytesPerSecondFromServer | property |
receiveDataBytesPerSecondFromServer:Number
[read-only] Runtime Versions: | 2 |
Specifies the rate at which the local node is receiving media data from the server, in bytes per second.
See also
sendControlBytesPerSecond | property |
sendControlBytesPerSecond:Number
[read-only] Runtime Versions: | 2 |
Specifies the rate at which the local node is sending control overhead messages to peers and the server, in bytes per second.
See also
sendControlBytesPerSecondToServer | property |
sendControlBytesPerSecondToServer:Number
[read-only] Runtime Versions: | 2 |
Specifies the rate at which the local node is sending control overhead messages to the server, in bytes per second.
See also
sendDataBytesPerSecond | property |
sendDataBytesPerSecond:Number
[read-only] Runtime Versions: | 2 |
Specifies the rate at which media data is being sent by the local node to peers, in bytes per second.
See also
toString | () | method |
public function toString():String
Runtime Versions: | 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 Sep 29 2011, 02:34 AM -07:00