Packagecom.facebook.graph.data.ui.stream
Classpublic class StreamMP3
InheritanceStreamMP3 Inheritance StreamMedia



Public Properties
 PropertyDefined by
  album : String
The album of the MP3.
StreamMP3
  artist : String
The artist of the MP3.
StreamMP3
  src : String
The URL of the MP3 file to be rendered within Facebook's MP3 player plugin.
StreamMP3
  title : String
The title of the MP3.
StreamMP3
 Inheritedtype : String
Stream media can be one of the following: image, flash, or mp3; These media types render photos, Flash objects, and music, respectively.
StreamMedia
Public Methods
 MethodDefined by
  
StreamMP3
  
toObject():Object
StreamMP3
Property detail
albumproperty
public var album:String

The album of the MP3.

artistproperty 
public var artist:String

The artist of the MP3.

srcproperty 
public var src:String

The URL of the MP3 file to be rendered within Facebook's MP3 player plugin.

titleproperty 
public var title:String

The title of the MP3.

Constructor detail
StreamMP3()constructor
public function StreamMP3()
Method detail
toObject()method
public override function toObject():Object

Returns
Object