| Package | com.facebook.graph.data.ui.stream |
| Class | public class StreamMP3 |
| Inheritance | StreamMP3 StreamMedia |
| Property | Defined 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 | ||
![]() | type : String
Stream media can be one of the following: image, flash, or mp3;
These media types render photos, Flash objects, and music, respectively.
| StreamMedia | |
| album | property |
public var album:StringThe album of the MP3.
| artist | property |
public var artist:StringThe artist of the MP3.
| src | property |
public var src:StringThe URL of the MP3 file to be rendered within Facebook's MP3 player plugin.
| title | property |
public var title:StringThe title of the MP3.
| StreamMP3 | () | constructor |
public function StreamMP3()
| toObject | () | method |
public override function toObject():Object
Returns
Object |