BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
org.osmf.net 

MulticastResource  - AS3 OSMF

(Beta)
Packageorg.osmf.net
Classpublic class MulticastResource
InheritanceMulticastResource Inheritance StreamingURLResource Inheritance URLResource Inheritance MediaResourceBase Inheritance Object

Language Version: ActionScript 3.0
Product Version: OSMF 1.0
Runtime Versions: Flash Player 10.1, AIR 1.5

MulticastResource is a StreamingURLResource which is capable of carrying multicast streaming information. It exposes properties of groupspec and streamName, necessary to make a multicast connection and create multicast stream.



Public Properties
 PropertyDefined By
 InheritedclipEndTime : Number
Optional end time of the streaming resource.
StreamingURLResource
 InheritedclipStartTime : Number
Optional start time of the streaming resource.
StreamingURLResource
 InheritedconnectionArguments : Vector.<Object>
Optional set of arguments that will be supplied when making a connection to the source of the stream.
StreamingURLResource
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 InheriteddrmContentData : ByteArray
Content metadata for DRM-encrypted content.
StreamingURLResource
  groupspec : String
The group spec string for multicasting.
MulticastResource
 InheritedmediaType : String
The MediaType, if any, of this resource.
MediaResourceBase
 InheritedmetadataNamespaceURLs : Vector.<String>
[read-only] A Vector containing the namespace URLs for all Metadata objects within this resource.
MediaResourceBase
 InheritedmimeType : String
The MIME type, if any, of this resource.
MediaResourceBase
  streamName : String
The stream name string for multicasting.
MulticastResource
 InheritedurlIncludesFMSApplicationInstance : Boolean
Indicates, for RTMP streaming URLs, whether the URL includes the FMS application instance or not.
StreamingURLResource
Public Methods
 MethodDefined By
  
MulticastResource(url:String, groupspec:String = null, streamName:String = null, connectionArguments:Vector.<Object> = null, urlIncludesFMSApplicationInstance:Boolean = false, drmContentData:ByteArray = null)
MulticastResource
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

groupspec

property
groupspec:String

The group spec string for multicasting.



Implementation
    public function get groupspec():String
    public function set groupspec(value:String):void

streamName

property 
streamName:String

The stream name string for multicasting.



Implementation
    public function get streamName():String
    public function set streamName(value:String):void
Constructor Detail

MulticastResource

()Constructor
public function MulticastResource(url:String, groupspec:String = null, streamName:String = null, connectionArguments:Vector.<Object> = null, urlIncludesFMSApplicationInstance:Boolean = false, drmContentData:ByteArray = null)



Parameters
url:String
 
groupspec:String (default = null)
 
streamName:String (default = null)
 
connectionArguments:Vector.<Object> (default = null)
 
urlIncludesFMSApplicationInstance:Boolean (default = false)
 
drmContentData:ByteArray (default = null)