| Package | com.adobe.rtc.events |
| Class | public class StreamEvent |
| Inheritance | StreamEvent flash.events.Event |
See also
| Property | Defined by | ||
|---|---|---|---|
| name : String
A name of the event.
| StreamEvent | ||
| streamDescriptor : StreamDescriptor
A streamDescriptor associated with this event, if applicable.
| StreamEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
StreamEvent(type:String, p_streamDescriptor:StreamDescriptor = null, p_name:String = null)
| StreamEvent | ||
| Constant | Defined 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 | ||
| name | property |
public var name:StringA name of the event.
| streamDescriptor | property |
public var streamDescriptor:StreamDescriptorA streamDescriptor associated with this event, if applicable.
| 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) |
| ASPECT_RATIO_CHANGE | constant |
public static const ASPECT_RATIO_CHANGE:String = "aspectRatioChange"Dispatched when the Aspect Ratio of a video stream changes.
| BANDWIDTH_CHANGE | constant |
public static const BANDWIDTH_CHANGE:String = "bandwidthChange"Dispatched when the bandwidth settings for a stream change.
| DIMENSIONS_CHANGE | constant |
public static const DIMENSIONS_CHANGE:String = "dimensionsChange"Dispatched when the dimensions of a video stream change.
| SOMEONESELSE_STARTSHARING | constant |
public static const SOMEONESELSE_STARTSHARING:String = "someoneelseStartSharing"
| STREAM_DELETE | constant |
public static const STREAM_DELETE:String = "streamDelete"Dispatched when a stream is removed from the room
| STREAM_PAUSE | constant |
public static const STREAM_PAUSE:String = "streamPause"Dispatched when a stream has been paused.
| STREAM_RECEIVE | constant |
public static const STREAM_RECEIVE:String = "streamReceive"Dispatched when a room receives a new stream.
| VOLUME_CHANGE | constant |
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