Class arel.Events.Media
Defines possible Media Events
- Defined in: Events.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Object keeping Media event identifier
|
Class Detail
arel.Events.Media()
Object keeping Media event identifier
Field Detail
<static> <constant>
arel.Events.Media.ONCLOSED
media on close event type
- Deprecated:
- Use arel.Media.Scene Callback instead ( WEBSITE_CLOSED, VIDEO_CLOSED )
<static> <constant>
arel.Events.Media.ONSOUNDPLAYBACKCOMPLETE
Event when sound playback is complete
- Deprecated:
- Use arel.Media.Scene Callback instead ( SOUND_COMPLETE )
<static> <constant>
arel.Events.Media.SOUND_COMPLETE
Event when sound playback is complete
<static> <constant>
arel.Events.Media.VIDEO_CLOSED
Event when a fullscreen video is closed
<static> <constant>
arel.Events.Media.WEBSITE_CLOSED
Event when a website is closed