A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
can(value:String) — method, class com.devnet.osmf.application.MediaDisplay
Returns true if the media player currently supports a capability.
canSeekTo(time:Number) — method, class com.devnet.osmf.application.MediaDisplay
Returns true if the media can seek to a specified time.
CAPABILITY_BUFFER — Constant Static Property, class com.devnet.osmf.application.MediaDisplay
CAPABILITY_LOAD — Constant Static Property, class com.devnet.osmf.application.MediaDisplay
CAPABILITY_PAUSE — Constant Static Property, class com.devnet.osmf.application.MediaDisplay
CAPABILITY_PLAY — Constant Static Property, class com.devnet.osmf.application.MediaDisplay
CAPABILITY_SEEK — Constant Static Property, class com.devnet.osmf.application.MediaDisplay
change — Event, class com.devnet.osmf.controls.SeekBar
change — Event, class com.devnet.osmf.controls.VolumeSlider
click — Event, class com.devnet.osmf.controls.SimpleButton
click — Event, class com.devnet.osmf.overlays.PlayScreen
clipChildren — Property, class com.devnet.osmf.application.MediaDisplay
Sets the clipChildren property of the OSMF container.
clone() — method, class com.devnet.osmf.events.CuePointEvent
clone() — method, class com.devnet.osmf.events.MediaEvent
clone() — method, class com.devnet.osmf.events.ProgressEvent
close — Event, class com.devnet.osmf.application.MediaDisplay
CLOSE — Constant Static Property, class com.devnet.osmf.events.MediaEvent
com.devnet.osmf.application — package
com.devnet.osmf.controls — package
com.devnet.osmf.core — package
com.devnet.osmf.events — package
com.devnet.osmf.overlays — package
complete — Event, class com.devnet.osmf.application.Configuration
complete — Event, class com.devnet.osmf.application.MediaDisplay
COMPLETE — Constant Static Property, class com.devnet.osmf.events.MediaEvent
configError — Event, class com.devnet.osmf.application.MediaDisplay
CONFIG_ERROR — Constant Static Property, class com.devnet.osmf.events.MediaEvent
configFile — Property, class com.devnet.osmf.application.MediaDisplay
Sets the URL of the configuration file containing OSMF media playlist information written in custom XML markup.
configLoaded — Event, class com.devnet.osmf.application.MediaDisplay
CONFIG_LOADED — Constant Static Property, class com.devnet.osmf.events.MediaEvent
configuration — Property, class com.devnet.osmf.application.MediaDisplay
Reference to the Configuration object.
Configuration — class, package com.devnet.osmf.application
The Configuration class loads and parses the configuration XML file.
Configuration(factory:org.osmf.media:DefaultMediaFactory) — Constructor, class com.devnet.osmf.application.Configuration
Pass a reference to the DefaultMediaFactory while instantiating the Configuration class to allow for media level element configuration.
container — Property, class com.devnet.osmf.application.MediaDisplay
Reference to the OSMF MediaContainer object.
ControlBar — class, package com.devnet.osmf.application
The ControlBar class creates a component that manages user interface controls for the MediaDisplay component.
ControlBar() — Constructor, class com.devnet.osmf.application.ControlBar
cuePoint — Event, class com.devnet.osmf.application.MediaDisplay
CUE_POINT — Constant Static Property, class com.devnet.osmf.events.CuePointEvent
CuePointEvent — class, package com.devnet.osmf.events
The CuePointEvent class defines a custom event for cue points including cue point related properties.
CuePointEvent(type:String, bubbles:Boolean, cancelable:Boolean, cpName:String, cpTime:Number, cpType:String, cpParameters:Object) — Constructor, class com.devnet.osmf.events.CuePointEvent
cuePoints — Property, class com.devnet.osmf.application.MediaDisplay
An array of cue point objects each containing a name, time, and parameters property.
cuePointsLoaded — Property, class com.devnet.osmf.application.MediaDisplay
True if cue points have been initialized for the current media.
cuePointType — Property, class com.devnet.osmf.events.CuePointEvent
Type of cue point (Navigation, Event, or ActionScript).
currentTime — Property, class com.devnet.osmf.controls.ElapsedTime
Sets the current time value (in seconds) and forces an update to the time display.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z