LiveCast

Kind of class:public class
Package:com.smartfoxserver.v2.redbox.data
Inherits from:none
Author:The gotoAndPlay() Team
http://www.smartfoxserver.com
Classpath:com.smartfoxserver.v2.redbox.data.LiveCast
File last modified:Thursday, 05 May 2011, 09:52:00
The LiveCast class is a container for a/v live cast data.

Summary


Instance properties
  • id : String
    • The live cast id.
  • userId : int
    • The id of the live cast owner.
  • username : String
    • The username of the live cast owner.
  • stream : NetStream
    • The incoming flash.net.NetStream object of the live a/v cast.
Instance methods
  • toString : String
    • Trace live cast attributes (for debug purposes).

Instance properties

id

public id:String
(read)

The live cast id.

stream

public stream:NetStream
(read)

The incoming flash.net.NetStream object of the live a/v cast.
This property is available only after the {@AVCastManager#subscribeLiveCast} method is called.

userId

public userId:int
(read)

The id of the live cast owner.
This property contains the SmartFoxServer's user id of the user who is transmitting the live a/v cast.

username

public username:String
(read)

The username of the live cast owner.
This property contains the SmartFoxServer's user name of the user who is transmitting the live a/v cast.

Instance methods

toString

public function toString (
) : String

Trace live cast attributes (for debug purposes).
Returns:
  • A string containing the live cast attributes.