Packagecom.adobe.rtc.events
Classpublic class StreamEvent
InheritanceStreamEvent Inheritance flash.events.Event

Event Class dispatched by the StreamManager

See also

com.adobe.rtc.sharedManagers.StreamManager


Public Properties
 PropertyDefined by
  name : String
A name of the event.
StreamEvent
  streamDescriptor : StreamDescriptor
A streamDescriptor associated with this event, if applicable.
StreamEvent
Public Methods
 MethodDefined by
  
StreamEvent(type:String, p_streamDescriptor:StreamDescriptor = null, p_name:String = null)
StreamEvent
Public Constants
 ConstantDefined by
  ASPECT_RATIO_CHANGE : String = "aspectRatioChange"
[static] Dispatched when the Aspect Ratio of a video stream changes.
StreamEvent
  BANDWIDTH_CHANGE : String = "bandwidthChange"
[static] Dispatched when the bandwidth settings for a stream change.
StreamEvent
  DIMENSIONS_CHANGE : String = "dimensionsChange"
[static] Dispatched when the dimensions of a video stream change.
StreamEvent
  SOMEONESELSE_STARTSHARING : String = "someoneelseStartSharing"
[static]
StreamEvent
  STREAM_DELETE : String = "streamDelete"
[static] Dispatched when a stream is removed from the room
StreamEvent
  STREAM_PAUSE : String = "streamPause"
[static] Dispatched when a stream has been paused.
StreamEvent
  STREAM_RECEIVE : String = "streamReceive"
[static] Dispatched when a room receives a new stream.
StreamEvent
  VOLUME_CHANGE : String = "volumeChange"
[static] Dispatched when the volume of an audio stream changes.
StreamEvent
Property detail
nameproperty
public var name:String

A name of the event.

streamDescriptorproperty 
public var streamDescriptor:StreamDescriptor

A streamDescriptor associated with this event, if applicable.

Constructor detail
StreamEvent()constructor
public function StreamEvent(type:String, p_streamDescriptor:StreamDescriptor = null, p_name:String = null)Parameters
type:String
 
p_streamDescriptor:StreamDescriptor (default = null)
 
p_name:String (default = null)
Constant detail
ASPECT_RATIO_CHANGEconstant
public static const ASPECT_RATIO_CHANGE:String = "aspectRatioChange"

Dispatched when the Aspect Ratio of a video stream changes.

BANDWIDTH_CHANGEconstant 
public static const BANDWIDTH_CHANGE:String = "bandwidthChange"

Dispatched when the bandwidth settings for a stream change.

DIMENSIONS_CHANGEconstant 
public static const DIMENSIONS_CHANGE:String = "dimensionsChange"

Dispatched when the dimensions of a video stream change.

SOMEONESELSE_STARTSHARINGconstant 
public static const SOMEONESELSE_STARTSHARING:String = "someoneelseStartSharing"
STREAM_DELETEconstant 
public static const STREAM_DELETE:String = "streamDelete"

Dispatched when a stream is removed from the room

STREAM_PAUSEconstant 
public static const STREAM_PAUSE:String = "streamPause"

Dispatched when a stream has been paused.

STREAM_RECEIVEconstant 
public static const STREAM_RECEIVE:String = "streamReceive"

Dispatched when a room receives a new stream.

VOLUME_CHANGEconstant 
public static const VOLUME_CHANGE:String = "volumeChange"

Dispatched when the volume of an audio stream changes.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/events/StreamEvent.html