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 |
SCTE35OpportunityDetector — final class, package com.adobe.mediacore.timeline.detectors |
| |
SCTE35OpportunityDetector() — Constructor, class com.adobe.mediacore.timeline.detectors.SCTE35OpportunityDetector |
| |
secondsPlayed — Property, class com.adobe.mediacore.qos.metrics.PlaybackInformation |
| |
secondsPlayed — Property, class com.adobe.mediacore.qos.metrics.PlaybackSessionMetrics |
| |
secondsSpent — Property, class com.adobe.mediacore.qos.metrics.PlaybackInformation |
| |
secondsSpent — Property, class com.adobe.mediacore.qos.metrics.PlaybackSessionMetrics |
| |
seek(position:Number) — method, class com.adobe.mediacore.DefaultMediaPlayer |
|
Moves the play head to specified position. |
seek(position:Number) — method, interface com.adobe.mediacore.MediaPlayer |
|
Moves the play head to specified position. |
seekableRange — Property, class com.adobe.mediacore.DefaultMediaPlayer |
|
Returns the seekable range
|
seekableRange — Property, interface com.adobe.mediacore.MediaPlayer |
|
Returns the seekable range
|
_seekableRange — Property, class com.adobe.mediacore.qos.metrics.PlaybackMetrics |
| |
seekableRange — Property, class com.adobe.mediacore.qos.metrics.PlaybackMetrics |
| |
seekBegin — Event, interface com.adobe.mediacore.MediaPlayer |
|
Event dispatched by the MediaPlayer when seek operation starts. |
SEEK_BEGIN — Constant Static Property, class com.adobe.mediacore.events.SeekEvent |
|
Event dispatched when the seek operation begins. |
SEEKCOMPLETED — Constant Static Property, class com.adobe.mediacore.MediaPlayerStatus |
| |
seekEnd — Event, interface com.adobe.mediacore.MediaPlayer |
|
Event dispatched by the MediaPlayer when seek operation ends. |
SEEK_END — Constant Static Property, class com.adobe.mediacore.events.SeekEvent |
|
Event dispatched when the seek operation completes. |
SEEK_ERROR — Constant Static Property, class com.adobe.mediacore.notifications.NotificationCode |
|
Seek operation into the current resource has failed. |
SeekEvent — final class, package com.adobe.mediacore.events |
|
Event dispatched by the MediaPlayer when the player starts seeking
of the seek operation completes. |
SeekEvent(type:String, bubbles:Boolean, cancelable:Boolean, desiredPosition:Number, actualPosition:Number) — Constructor, class com.adobe.mediacore.events.SeekEvent |
|
Default constructor. |
SEEKING — Constant Static Property, class com.adobe.mediacore.MediaPlayerStatus |
|
A seeking operation is currently in progress. |
SeekManager — Interface, package com.adobe.mediacore |
|
Media player seek manager. |
SEEK_POSITION — Constant Static Property, class com.adobe.mediacore.metadata.DefaultMetadataKeys |
| |
seekPositionAdjusted — Event, interface com.adobe.mediacore.MediaPlayer |
|
Event dispatched by the MediaPlayer when seek position is adjusted due internal or external rules. |
SEEK_POSITION_ADJUSTED — Constant Static Property, class com.adobe.mediacore.events.SeekEvent |
|
Event dispatched when the desired seek position is adjusted due
internal playback rules (eg: you can not seek outside seekable
range) or due external business rules (eg: application doesn't
allow seeking past ads). |
selectAudioTrack(audioTrack:com.adobe.mediacore.info:AudioTrack) — method, interface com.adobe.mediacore.MediaPlayerItem |
|
Selects an alternate audio track to play. |
selectClosedCaptionsTrack(closedCaptionsTrack:com.adobe.mediacore.info:ClosedCaptionsTrack) — method, interface com.adobe.mediacore.MediaPlayerItem |
|
Selects a close captions track to display. |
selectedAudioTrack — Property, interface com.adobe.mediacore.MediaPlayerItem |
|
Returns the currently selected alternate audio track. |
selectedClosedCaptionsTrack — Property, interface com.adobe.mediacore.MediaPlayerItem |
|
Returns the currently selected closed caption track. |
selectPolicyFor(adBreak:com.adobe.mediacore.timeline.advertising:AdBreak, placement:com.adobe.mediacore.timeline:Placement) — method, class com.adobe.mediacore.DefaultAdBreakPolicySelector |
| |
selectPolicyFor(adBreak:com.adobe.mediacore.timeline.advertising:AdBreak, adPlacement:com.adobe.mediacore.timeline:Placement) — method, interface com.adobe.mediacore.timeline.advertising.AdBreakPolicySelector |
|
Select policy for the provided ad break. |
sendLogMessage(message:String) — method, class com.adobe.mediacore.logging.BaseLogger |
|
The method which does the actual logging. |
sendLogMessage(message:String) — method, class com.adobe.mediacore.logging.DefaultLogger |
|
The method which does the actual logging. |
serializeError(error:Error, metadata:com.adobe.mediacore.metadata:Metadata) — Static Method , class com.adobe.mediacore.metadata.MetadataUtils |
|
Serializes error information in a metadata objects by copying
error id, error messages and error name in a predefined
metadata keys (ERROR_ID, ERROR_MESSAGE, ERROR_NAME). |
SERVER_MAP — Constant Static Property, class com.adobe.mediacore.timeline.PlacementType |
|
Placement is provided by the ad resolution service. |
SET_ABR_PARAMETERS_ERROR — Constant Static Property, class com.adobe.mediacore.notifications.NotificationCode |
|
Changing the adaptive bit rate control parameters failed. |
setNode(key:String, value:com.adobe.mediacore.metadata:Metadata) — method, class com.adobe.mediacore.metadata.ByteArrayMetadataNode |
| |
setNode(key:String, value:com.adobe.mediacore.metadata:Metadata) — method, class com.adobe.mediacore.metadata.MetadataNode |
| |
settings — Property, class com.adobe.mediacore.timeline.Opportunity |
| |
setValue(key:String, value:flash.utils:ByteArray) — method, interface com.adobe.mediacore.metadata.ByteArrayMetadata |
|
Stores a String value into this metadata, replacing any existing
value for the given key. |
setValue(key:String, value:flash.utils:ByteArray) — method, class com.adobe.mediacore.metadata.ByteArrayMetadataNode |
|
Stores a String value into this metadata, replacing any existing
value for the given key. |
setValue(key:String, value:String) — method, interface com.adobe.mediacore.metadata.Metadata |
|
Stores a String value into this metadata, replacing any existing
value for the given key. |
setValue(key:String, value:String) — method, class com.adobe.mediacore.metadata.MetadataNode |
|
Stores a String value into this metadata, replacing any existing
value for the given key. |
size — Property, class com.adobe.mediacore.ClosedCaptionStyles |
|
The value of the initial bit-rate control parameter. |
size — Property, class com.adobe.mediacore.TextFormat |
|
The text size. |
Size — final class, package com.adobe.mediacore.textformat |
|
The Size enum is used to provide a value for the font size. |
SIZE_AVAILABLE — Constant Static Property, class com.adobe.mediacore.events.SizeAvailableEvent |
|
Event dispatched when the video size is available. |
SizeAvailableEvent — final class, package com.adobe.mediacore.events |
|
Event dispatched by the media player when the video size is available. |
SizeAvailableEvent(type:String, bubbles:Boolean, cancelable:Boolean, width:int, height:int) — Constructor, class com.adobe.mediacore.events.SizeAvailableEvent |
|
Default constructor. |
SIZE_UNKNOWN — Constant Static Property, class com.adobe.mediacore.events.SizeAvailableEvent |
| |
SMALL — Constant Static Property, class com.adobe.mediacore.textformat.Size |
| |
SMALL_CAPITALS — Constant Static Property, class com.adobe.mediacore.textformat.Font |
| |
SpliceOutOpportunityDetector — final class, package com.adobe.mediacore.timeline.detectors |
|
Class which monitors the playback timeline and detects ad placement opportunities
inserted into the manifest as SpliceOut comments. |
SpliceOutOpportunityDetector() — Constructor, class com.adobe.mediacore.timeline.detectors.SpliceOutOpportunityDetector |
|
Default constructor. |
stageVideo — Property, class com.adobe.mediacore.MediaPlayerView |
|
The associated StageVideo object. |
status — Property, class com.adobe.mediacore.DefaultMediaPlayer |
|
Returns the media player status. |
status — Property, interface com.adobe.mediacore.MediaPlayer |
|
Returns the media player status. |
status — Property, class com.adobe.mediacore.events.MediaPlayerStatusChangeEvent |
|
The status of the player. |
status — Property, class com.adobe.mediacore.events.VideoEngineStatusChangedEvent |
|
The status of the video engine. |
statusChanged — Event, interface com.adobe.mediacore.MediaPlayer |
|
Event dispatched by the MediaPlayer every time it transitions to a new status. |
STATUS_CHANGED — Constant Static Property, class com.adobe.mediacore.events.MediaPlayerStatusChangeEvent |
|
Event dispatched when the media player change its status. |
STATUS_CHANGED — Constant Static Property, class com.adobe.mediacore.events.VideoEngineStatusChangedEvent |
|
Event dispatched when the video engine change its status. |
|
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 |