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  
screenHeight — Property in class cv.TempoLite
screenWidth — Property in class cv.TempoLite
screenX — Property in class cv.TempoLite
screenY — Property in class cv.TempoLite
seek(time) — Method in class cv.TempoLite
Seek to a specific time (in seconds) in the current item playing.
seek(n) — Method in interface cv.interfaces.IMediaManager
Seeks to time given in the media file.
seek(n) — Method in class cv.media.AudioManager
Seeks to time given in the audio.
seek(n) — Method in class cv.media.VideoManager
Seeks to time given in the media.
seekPercent(percent) — Method in class cv.TempoLite
Seek to a specific percent (0 - 1) in the current item playing.
seekPercent(n) — Method in interface cv.interfaces.IMediaManager
Seeks to the given percent in the media file.
seekPercent(n) — Method in class cv.media.AudioManager
Seeks to the given percent in the audio
seekPercent(n) — Method in class cv.media.VideoManager
Seeks to the given percent in the media
seekRelative(time) — Method in class cv.TempoLite
Seek by the amount (in seconds) specified relative to the current play time.
setMimes() — Method in class cv.data.PlayList
Sets the mimetypes allowed by PlayList.
setMute(b) — Method in class cv.TempoLite
Toggles mute.
setStreamHost(value) — Method in class cv.TempoLite
Used to specify a hosting server when streaming video
setVideoScale(scaleMode) — Method in class cv.TempoLite
Determines how TempoLite will scale a video.
setVideoScreen(video) — Method in class cv.TempoLite
Assigns a video screen for TempoLite to display videos with.
shuffle — Property in class cv.TempoLite
Whether to shuffle the playlist or not.
shuffle — Property in class cv.data.PlayList
Gets or sets whether shuffle is enabled or not.
shuffle — Property in class cv.data.PlayListManager
Gets or sets whether shuffle is enabled or not.
SliderEvent — Class in package fl.events
The SliderEvent class defines events that are associated with the Slider component.
SliderEvent(type, value, clickTarget, triggerEvent, keyCode) — Constructor in class fl.events.SliderEvent
Creates a new SliderEvent object with the specified parameters.
sort(... rest) — Method in class fl.data.DataProvider
Sorts the items that the data provider contains and dispatches a DataChangeType.SORT event.
SORT — Constant static property in class fl.events.DataChangeType
The data provider was sorted.
sortOn(fieldName, options) — Method in class fl.data.DataProvider
Sorts the items that the data provider contains by the specified field and dispatches a DataChangeType.SORT event.
startIndex — Property in class fl.events.DataChangeEvent
Gets the index of the first changed item in the array of items that were changed.
startoflist — Event in class cv.data.PlayList
Dispatched when the playlist has started playing the first item.
START_OF_LIST — Constant static property in class cv.data.PlayList
The PlayList.START_OF_LIST constant defines the value of the type property of the event object that is dispatched to indicate that the playlist has reached the beginning of the list.
stop() — Method in class cv.TempoLite
Stops the selected item in the playlist.
stop(pos) — Method in interface cv.interfaces.IMediaManager
Stops the media file at the specified position.
stop(pos) — Method in class cv.media.AudioManager
Stops the audio at the specified position.
stop(pos) — Method in class cv.media.VideoManager
Stops the media at the specified position.
streamHost — Property in class cv.media.VideoManager
Gets or sets the stream host url for use with streaming media.
stringToTime(text) — Method in class cv.TempoLite
Converts a time in 00:00:000 format and converts it back into a number.
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