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  
TAG — Constant Static Property, class com.adobe.mediacore.metadata.TimedMetadataType
Timed metadata contained inside the manifest/playlist of the media stream.
TagDecoder — class, package com.adobe.mediacore.system.decoders
Base class for decoders supporting various custom tags.
TagDecoder() — Constructor, class com.adobe.mediacore.system.decoders.TagDecoder
Default constructor.
TAG_ID — Constant Static Property, class com.adobe.mediacore.metadata.DefaultMetadataKeys
targetingInfo — Property, class com.adobe.mediacore.metadata.AuditudeSettings
The custom ad-targeting information.
TARGETING_PARAMETERS — Constant Static Property, class com.adobe.mediacore.metadata.DefaultMetadataKeys
temporary — Property, class com.adobe.mediacore.timeline.TimelineItem
Flag indicating if the timeline item is temporary or not.
testBadPrivateIdentifier() — method, class com.adobe.mediacore.utils.scte35.SCTE35DecoderTest
Check for exception when the cue contains an invalid private indicator.
testBadProtocolVersion() — method, class com.adobe.mediacore.utils.scte35.SCTE35DecoderTest
Check for exception when the cue contains an invalid version protocol.
testBadSectionLength() — method, class com.adobe.mediacore.utils.scte35.SCTE35DecoderTest
Check for exception when the cue contains an invalid length.
testBadSectionSytaxIndicator() — method, class com.adobe.mediacore.utils.scte35.SCTE35DecoderTest
Check for exception when the cue contains an invalid section syntax indicator.
testBadTableIdentifier() — method, class com.adobe.mediacore.utils.scte35.SCTE35DecoderTest
Check for exception when the cue contains an invalid table identifier.
testBandwidthReservationCommand() — method, class com.adobe.mediacore.utils.scte35.SCTE35DecoderTest
Checks valid bandwidth_reservation command.
testEmptyBitRead() — method, class com.adobe.mediacore.utils.scte35.SCTE35ByteArrayTest
Check that we are not allowed to read 0 bits.
testEmptyByteArray() — method, class com.adobe.mediacore.utils.scte35.SCTE35ByteArrayTest
Check that we can not construct SCTE35ByteArray objects with empty byte arrays.
testEmptyByteRead() — method, class com.adobe.mediacore.utils.scte35.SCTE35ByteArrayTest
Check that we are not allowed to read 0 bytes.
testEncryptedNotSupported() — method, class com.adobe.mediacore.utils.scte35.SCTE35DecoderTest
Check for exception when the cue is encrypted.
testInvalidCountBitRead() — method, class com.adobe.mediacore.utils.scte35.SCTE35ByteArrayTest
Check that we can not read more than 64 bits.
testInvalidSpliceCommand() — method, class com.adobe.mediacore.utils.scte35.SCTE35DecoderTest
Check for exception when the cue contains an invalid splice command.
testMaximumBitRead() — method, class com.adobe.mediacore.utils.scte35.SCTE35ByteArrayTest
Check that we can read at least 64 bits.
testNullByteArray() — method, class com.adobe.mediacore.utils.scte35.SCTE35ByteArrayTest
Check that we can not construct SCTE35ByteArray objects with null byte arrays.
testReadBitsAfterEOF() — method, class com.adobe.mediacore.utils.scte35.SCTE35ByteArrayTest
Check that we can not read bits after EOF.
testReadBitsFromArray() — method, class com.adobe.mediacore.utils.scte35.SCTE35ByteArrayTest
Check that we can read any number of bits from 1 to 8 across multiple bytes.
testReadBytesFromArray() — method, class com.adobe.mediacore.utils.scte35.SCTE35ByteArrayTest
Check that we can read bytes from SCTE-35 array.
testReadExtraBits() — method, class com.adobe.mediacore.utils.scte35.SCTE35ByteArrayTest
Check that we can not more bits than stored inside the byte array.
testReadExtraBytes() — method, class com.adobe.mediacore.utils.scte35.SCTE35ByteArrayTest
Check that we can not more bytes than stored inside the byte array.
testSpliceNullCommand() — method, class com.adobe.mediacore.utils.scte35.SCTE35DecoderTest
Checks valid splice_null command without any splice descriptors.
testTimeSignalCommand() — method, class com.adobe.mediacore.utils.scte35.SCTE35DecoderTest
Checks valid time_signal command with a specific time and with splice descriptors.
testTimeSignalCommandWithoutSpecifiedTime() — method, class com.adobe.mediacore.utils.scte35.SCTE35DecoderTest
Checks valid time_signal command without a specific time and without splice descriptors.
testTimeSignalCommandWithSpecifiedTime() — method, class com.adobe.mediacore.utils.scte35.SCTE35DecoderTest
Checks valid time_signal command with a specific time and without splice descriptors.
TextFormat — final class, package com.adobe.mediacore
The TextFormat class is used to encapsulate different attributes describing a text style (for example the closed captions style).
TextFormat(font:String, size:String, fontEdge:String, fontColor:String, backgroundColor:String, fillColor:String, edgeColor:String, fontOpacity:int, backgroundOpacity:int, fillOpacity:int) — Constructor, class com.adobe.mediacore.TextFormat
Constructor.
tier — Property, class com.adobe.mediacore.utils.scte35.SpliceInfo
A 12-bit value used by the SCTE 35 message provider to assign messages to authorization tiers.
time — Property, class com.adobe.mediacore.events.AdPlaybackEvent
The time of the ad, relative to the ad's 0 based timeline.
time — Property, class com.adobe.mediacore.events.ProfileEvent
The stream time when the change has occurred.
time — Property, class com.adobe.mediacore.events.TimeChangeEvent
The time of the player.
time — Property, class com.adobe.mediacore.metadata.TimedMetadata
The time position where this metadata was inserted into the stream.
_time — Property, class com.adobe.mediacore.qos.metrics.PlaybackMetrics
time — Property, class com.adobe.mediacore.qos.metrics.PlaybackMetrics
time — Property, class com.adobe.mediacore.timeline.Placement
The placement location on the timeline.
time — Property, interface com.adobe.mediacore.timeline.TimelineMarker
The time (in seconds) at which the marker occurs
time — Property, class com.adobe.mediacore.timeline.advertising.AdBreakTimelineItem
The time (in seconds) at which the marker occurs
time — Property, class com.adobe.mediacore.utils.scte35.data.SpliceTime
The time of the intended splice point.
timeChanged — Event, interface com.adobe.mediacore.MediaPlayer
Event dispatched when the media player change its playhead position.
TIME_CHANGED — Constant Static Property, class com.adobe.mediacore.events.TimeChangeEvent
Event dispatched when the media player change its playhead position.
TimeChangeEvent — final class, package com.adobe.mediacore.events
Event dispatched by the media player when its status changes.
TimeChangeEvent(type:String, bubbles:Boolean, cancelable:Boolean, time:Number) — Constructor, class com.adobe.mediacore.events.TimeChangeEvent
Default constructor.
timedMetadata — Property, interface com.adobe.mediacore.MediaPlayerItem
Provides the list of currently available timed metadata for the current playback window.
timedMetadata — Property, class com.adobe.mediacore.events.TimedMetadataEvent
The timed metadata associated with this event.
TimedMetadata — final class, package com.adobe.mediacore.metadata
Raw representation of the timed metadata inserted into a media stream.
TimedMetadata(type:String, time:Number, id:String, name:String, content:String, metadata:com.adobe.mediacore.metadata:Metadata) — Constructor, class com.adobe.mediacore.metadata.TimedMetadata
Default constructor.
timedMetadataAvailable — Event, interface com.adobe.mediacore.MediaPlayer
Event dispatched when new timed metadata is available.
TIMED_METADATA_AVAILABLE — Constant Static Property, class com.adobe.mediacore.events.TimedMetadataEvent
Event dispatched when a timed metadata was processed and no opportunity was detected.
TimedMetadataEvent — final class, package com.adobe.mediacore.events
Event dispatched by the opportunity detector when a timed metadata is processed.
TimedMetadataEvent(type:String, bubbles:Boolean, cancelable:Boolean, timedMetadata:com.adobe.mediacore.metadata:TimedMetadata) — Constructor, class com.adobe.mediacore.events.TimedMetadataEvent
Default constructor.
timedMetadataFilter — Property, class com.adobe.mediacore.MediaPlayerItemConfig
Current timed metadata filter used by media player to extract the supported timed metadata from the media stream information.
TimedMetadataFilter — class, package com.adobe.mediacore.system.filters
Base class for all tag filters.
TimedMetadataFilter() — Constructor, class com.adobe.mediacore.system.filters.TimedMetadataFilter
Default constructor.
TIMED_METADATA_ID3_ADDED — Constant Static Property, class com.adobe.mediacore.events.TimedMetadataEvent
Event dispatched when an ID3 timed metadata was processed.
TimedMetadataOpportunityGenerator — class, package com.adobe.mediacore.timeline.generators
Default implementation of an opportunity generator which is using timed metadata information to detect and generate advertisement opportunities.
TimedMetadataOpportunityGenerator() — Constructor, class com.adobe.mediacore.timeline.generators.TimedMetadataOpportunityGenerator
Default constructor.
TIMED_METADATA_SKIPPED — Constant Static Property, class com.adobe.mediacore.events.TimedMetadataEvent
Event dispatched when a timed metadata was processed and no opportunity was detected.
TimedMetadataType — final class, package com.adobe.mediacore.metadata
Class containing the supported timed metadata types.
timeIsSpecified — Property, class com.adobe.mediacore.utils.scte35.data.SpliceTime
Flag indicating if the time is specified or not.
timeIsUTC — Property, class com.adobe.mediacore.utils.scte35.data.SpliceTime
Flag indicating if the time is specified in terms of ticks of the program’s 90 kHz clock or as UTC time.
timeline — Property, class com.adobe.mediacore.DefaultMediaPlayer
The current timeline containing both main content and associated alternate content (ads).
timeline — Property, interface com.adobe.mediacore.MediaPlayer
The current timeline containing both main content and associated alternate content (ads).
timeline — Property, class com.adobe.mediacore.events.TimelineEvent
The media item timeline associated with this event.
Timeline — Interface, package com.adobe.mediacore.timeline
Interface used by application developers to interact with the timeline.
TimelineEvent — final class, package com.adobe.mediacore.events
TimelineEvent(type:String, bubbles:Boolean, cancelable:Boolean, timeline:com.adobe.mediacore.timeline:Timeline) — Constructor, class com.adobe.mediacore.events.TimelineEvent
Default constructor
TimelineItem — class, package com.adobe.mediacore.timeline
Generic representation of a timeline item.
TimelineItem(id:uint, virtualRange:com.adobe.mediacore.utils:TimeRange, localRange:com.adobe.mediacore.utils:TimeRange) — Constructor, class com.adobe.mediacore.timeline.TimelineItem
Default constructor.
timelineItems — Property, interface com.adobe.mediacore.timeline.Timeline
Returns the current timeline items.
TimelineMarker — Interface, package com.adobe.mediacore.timeline
The TimelineMarker describes a marker on the timeline
timelineMarkers — Property, interface com.adobe.mediacore.timeline.Timeline
Returns the current timeline markers.
TimelineOperation — class, package com.adobe.mediacore.timeline.operations
Base class for all operations which affect the timeline.
TimelineOperation(placement:com.adobe.mediacore.timeline:Placement) — Constructor, class com.adobe.mediacore.timeline.operations.TimelineOperation
Default constructor
timelineUpdated — Event, interface com.adobe.mediacore.MediaPlayer
Event dispatched when the media player timeline has changed.
TIMELINE_UPDATED — Constant Static Property, class com.adobe.mediacore.events.TimelineEvent
Event dispatched when the media player timeline is updated.
timeRange — Property, class com.adobe.mediacore.info.DRMMetadataInfo
TimeRange — final class, package com.adobe.mediacore.utils
TimeRange(begin:Number, end:Number) — Constructor, class com.adobe.mediacore.utils.TimeRange
Default constructor.
TimeRangeCollection — class, package com.adobe.mediacore.utils
TimeRangeCollection(v:Vector$com.adobe.mediacore.utils:TimeRange) — Constructor, class com.adobe.mediacore.utils.TimeRangeCollection
TIME_SIGNAL — Constant Static Property, class com.adobe.mediacore.utils.scte35.commands.SpliceCommandType
The TIME_SIGNAL command provides a time synchronized data delivery mechanism.
TimeSignalCommand — final class, package com.adobe.mediacore.utils.scte35.commands
The TimeSignal command provides a time synchronized data delivery mechanism.
TimeSignalCommand(spliceTime:com.adobe.mediacore.utils.scte35.data:SpliceTime) — Constructor, class com.adobe.mediacore.utils.scte35.commands.TimeSignalCommand
Default constructor.
timestamp — Property, class com.adobe.mediacore.VideoEngineContentMarkerInfo
timestamp — Property, class com.adobe.mediacore.notifications.NotificationHistoryItem
A time stamp representing the system time associated to the instant when the entry is added to the NotificationHistory internal list.
timeToFail — Property, class com.adobe.mediacore.qos.PlaybackInformation
timeToFail — Property, class com.adobe.mediacore.qos.metrics.PlaybackLoadMetrics
timeToFirstByte — Property, class com.adobe.mediacore.qos.PlaybackInformation
timeToFirstByte — Property, class com.adobe.mediacore.qos.metrics.PlaybackLoadMetrics
timeToLoad — Property, class com.adobe.mediacore.qos.PlaybackInformation
timeToLoad — Property, class com.adobe.mediacore.qos.metrics.PlaybackLoadMetrics
timeToStart — Property, class com.adobe.mediacore.qos.PlaybackInformation
timeToStart — Property, class com.adobe.mediacore.qos.metrics.PlaybackLoadMetrics
title — Property, class com.adobe.mediacore.timeline.advertising.AdClick
The title of the url which needs to be opened.
toABRControlParameters() — method, class com.adobe.mediacore.ABRControlParametersBuilder
Builder method for an ABRControlParameter instance.
toClosedCaptionStyles() — method, class com.adobe.mediacore.ClosedCaptionStylesBuilder
Builder method for an ClosedCaptionStyle instance.
toMetadata(options:com.adobe.mediacore.metadata:Metadata) — method, class com.adobe.mediacore.utils.TimeRangeCollection
toString() — method, class com.adobe.mediacore.ABRControlParameters
Returns a String representation of the current adaptive bit rate parameters.
toString() — method, class com.adobe.mediacore.BufferControlParameters
Returns a String representation of the current adaptive bit rate parameters.
toString() — method, class com.adobe.mediacore.MediaResource
Returns a String representation of the current media resource.
toString() — method, class com.adobe.mediacore.TextFormat
Returns a String representation of the current closed captions style parameters.
toString() — method, class com.adobe.mediacore.info.AudioTrack
Returns a string representation of the audio track.
toString() — method, class com.adobe.mediacore.metadata.Metadata
Returns the string representation of the specified object.
toString() — method, class com.adobe.mediacore.metadata.TimedMetadata
Returns a string representation of the timed metadata.
toString() — method, class com.adobe.mediacore.notifications.Notification
Returns a
toString() — method, class com.adobe.mediacore.qos.LoadInformation
Returns a string representation of the load information.
toString() — method, class com.adobe.mediacore.timeline.Placement
Returns a String representation of the current placement.
toString() — method, class com.adobe.mediacore.timeline.advertising.Ad
toString() — method, class com.adobe.mediacore.utils.TimeRange
Returns a String representation of the current time range.
totalBufferingTime — Property, class com.adobe.mediacore.qos.metrics.BufferingMetrics
Track — class, package com.adobe.mediacore.info
Class that defines the track abstraction.
Track(name:String, language:String, isDefault:Boolean) — Constructor, class com.adobe.mediacore.info.Track
Constructor method.
TRACK — Constant Static Property, class com.adobe.mediacore.qos.LoadInformationType
Indicates that the load information is related to a track download.
trackClick() — method, interface com.adobe.mediacore.timeline.ContentTracker
trackCompleted() — method, interface com.adobe.mediacore.timeline.ContentTracker
tracker — Property, class com.adobe.mediacore.timeline.advertising.Ad
Analytics provider for this ad.
tracker — Property, class com.adobe.mediacore.timeline.advertising.AdBreak
Analytics provider for this ad break.
trackIndex — Property, class com.adobe.mediacore.qos.LoadInformation
trackingServer — Property, class com.adobe.mediacore.videoanalytics.VideoAnalyticsConfigParameters
The URL of the video-heartbeat back-end.
trackName — Property, class com.adobe.mediacore.qos.LoadInformation
trackProgress(progress:Number) — method, interface com.adobe.mediacore.timeline.ContentTracker
trackStarted() — method, interface com.adobe.mediacore.timeline.ContentTracker
trackType — Property, class com.adobe.mediacore.qos.LoadInformation
TRICK_PLAY — Constant Static Property, class com.adobe.mediacore.timeline.advertising.policy.AdPolicyMode
The player is playing at trick play rate.
trim(value:String) — Static Method , class com.adobe.mediacore.utils.StringUtils
Trims the leading and trailing spaces from the provided value.
trimQuotes(value:String) — Static Method , class com.adobe.mediacore.utils.StringUtils
Remove the leading and trailing quotes from the input string.
type — Property, class com.adobe.mediacore.MediaResource
Type of the media resource.
type — Property, class com.adobe.mediacore.metadata.TimedMetadata
The type of this timed metadata.
type — Property, class com.adobe.mediacore.notifications.Notification
type — Property, class com.adobe.mediacore.qos.LoadInformation
type — Property, class com.adobe.mediacore.timeline.Placement
The placement type (pre-roll, mid-roll or post-roll).
type — Property, class com.adobe.mediacore.timeline.advertising.Ad
The ad type (linear, non-linear, etc).
type — Property, class com.adobe.mediacore.timeline.advertising.AdBreak
type — Property, class com.adobe.mediacore.utils.scte35.commands.EmptySpliceCommand
Returns the type of the splice command.
type — Property, class com.adobe.mediacore.utils.scte35.commands.PrivateCommand
Returns the type of the splice command.
type — Property, interface com.adobe.mediacore.utils.scte35.commands.SpliceCommand
Returns the type of the splice command.
type — Property, class com.adobe.mediacore.utils.scte35.commands.SpliceInsertCommand
Returns the type of the splice command.
type — Property, class com.adobe.mediacore.utils.scte35.commands.SpliceScheduleCommand
Returns the type of the splice command.
type — Property, class com.adobe.mediacore.utils.scte35.commands.TimeSignalCommand
Returns the type of the splice command.
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