| 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 |
| m608 — Static Property, class org.osmf.smpte.tt.parsing.SMPTETTParser |
| |
| Magenta — Constant Static Property, class org.osmf.smpte.tt.styling.Colors |
|
Gets the system-defined color that has the ARGB value of #FFFF00FF. |
| makeTATrequest() — method, class com.akamai.hd.HDNetStream |
|
Triggers the class to make a request to the server for an updated TAT time. |
| manualSwitchMode — Property, class com.akamai.net.f4f.hds.AkamaiStreamController |
|
Indicates whether or not the media will automatically switch between
dynamic streams. |
| mapStyle(styleElement:org.osmf.smpte.tt.model:TimedTextElementBase, region:org.osmf.smpte.tt.model:RegionElement) — Static Method , class org.osmf.smpte.tt.parsing.TimedTextStyleParser |
| |
| mapToCaption(pElement:org.osmf.smpte.tt.model:PElement, region:org.osmf.smpte.tt.model:RegionElement) — method, class org.osmf.smpte.tt.parsing.SMPTETTParser |
| |
| mapToCaptionRegion(regionElement:org.osmf.smpte.tt.model:RegionElement) — method, class org.osmf.smpte.tt.parsing.SMPTETTParser |
| |
| markerDurationReached — Event, class com.akamai.net.f4f.hds.AkamaiStreamController |
|
Dispatched when the currentTime property of the MediaElement associated
with this TimelineMetadata has reached the duration offset of one of the
TimelineMarkers in this TimelineMetadata. |
| markerTimeReached — Event, class com.akamai.net.f4f.hds.AkamaiStreamController |
|
Dispatched when the currentTime property of the MediaElement associated
with this TimelineMetadata has reached the time value of one of the
TimelineMarkers in this TimelineMetadata. |
| matchPairRE — Constant Static Property, class org.osmf.smpte.tt.styling.NumberPair |
| |
| matchRowColRE — Constant Static Property, class org.osmf.smpte.tt.styling.NumberPair |
| |
| maxAllowedIndex — Property, class com.akamai.net.f4f.hds.AkamaiStreamController |
|
The max allowed index in the current rendition set. |
| maxAttempts — Property, class com.akamai.net.f4f.hds.AkamaiLiveArchiveTransitionHandler |
|
Retrieves the the maximum number of load attempts
the handler will make before signalling failure. |
| maxBestEffortDownloadAttemptsOnFragmentError — Property, class com.akamai.net.f4f.hds.AkamaiStreamController |
|
When fragment download fails due to IOError or data gap, the fragment retry logic kicks in. |
| maxBestEffortDownloadAttemptsOnFragmentError — Property, interface com.akamai.net.f4f.hds.IHDSProperties |
|
private
|
| maxBufferLength — Property, class com.akamai.hd.HDNetStream |
|
Specifies the maximum buffer length in seconds to allow when a) the class is paused b) single bitrate content is playing c) multi-bitrate content is playing at
the highest rendition available. |
| maximizeSingleBitrateBuffers — Property, class com.akamai.hd.HDNetStream |
|
Specifies wether the class should set the target buffer to a high value (default is 60s) for non-live single-bitrate content
and for non-live multi-bitrate content where you are playing the highest available index. |
| maximumBitrateAllowed — Property, class com.akamai.hd.HDNetStream |
|
When switching multi-bitrate content in auto-mode, this property specifies the maximum stream bitrate, in kbps, that the
class is allowed to play. |
| maximumBitrateAllowed — Property, class com.akamai.net.f4f.hds.AkamaiStreamController |
|
When switching multi-bitrate content in auto switching mode, this property specifies the maximum stream bitrate in kbps the
class is allowed to play. |
| maximumBitrateAllowed — Property, interface com.akamai.net.f4f.hds.IHDSProperties |
| |
| maximumDroppedFPSRatio — Property, class org.osmf.net.rules.BaseDroppedFPSRule |
|
The maximum acceptable ratio of dropped FPS (droppedFPS / FPS)
|
| maxIndexAvailable — Property, class com.akamai.hd.HDNetStream |
|
The highest index available for the current MBR object. |
| maxIndexAvailableBitrate — Property, class com.akamai.hd.HDNetStream |
|
The bitrate value of the highest index that is available, in kbps. |
| maxLiveDriftAllowed — Property, class com.akamai.hd.HDNetStream |
|
[DEPRECATED] The maximum live drift value allowed, in seconds. |
| maxSecondsWithoutData — Property, class com.akamai.hd.HDNetStream |
|
The maximum number of seconds that the class has not received data while playing. |
| maxValue(frameRate:org.osmf.smpte.tt.timing:SmpteFrameRate) — Static Method , class org.osmf.smpte.tt.timing.TimeCode |
|
Gets the maximum TimeCode value of a known frame rate. |
| MAX_VALUE — Constant Static Property, class org.osmf.smpte.tt.timing.TimeSpan |
| |
| MBRObject — Property, class com.akamai.hd.HDNetStream |
|
The current IMBRObject instance that the class is playing MBR content, or else null for SBR. |
| measureText(p_measureText:String, renderObject:org.osmf.smpte.tt.rendering:IRenderObject, font:org.osmf.smpte.tt.styling:Font) — method, class org.osmf.smpte.tt.formatting.InlineContent |
|
Measure the width of content. |
| MEDIA — Constant Static Property, class org.osmf.smpte.tt.timing.TimeBase |
| |
| mediaElement — Property, class org.osmf.smpte.tt.media.CaptioningMediaElement |
| |
| mediaElement — Property, class org.osmf.smpte.tt.media.RootLayoutTargetSprite |
| |
| mediaElement — Property, class org.osmf.smpte.tt.media.SMPTETTProxyElement |
|
The MediaElement for which this ProxyElement serves as a proxy. |
| MEDIA_ENCRYPTED — Constant Static Property, class com.akamai.net.f4f.hds.events.AkamaiHDSEvent |
|
Dispatched when playback of Akamai encrypted media is detected. |
| mediaError — Event, class com.akamai.net.f4f.hds.AkamaiHTTPNetStream |
|
Dispatched when an error occurs processing the media. |
| MEDIA_ERROR_INVALID_PROXIED_ELEMENT — Constant Static Property, class org.osmf.smpte.tt.media.SMPTETTProxyElement |
|
Constant for the MediaError that is triggered when the proxiedElement
is invalid (e.g. |
| mediaHeight — Property, class com.akamai.net.f4f.hds.AkamaiStreamController |
|
Intrinsic height of the media, in pixels. |
| MediaInspector — class, package com.akamai.media |
|
MediaInspector is a stateless class that looks at a supplied URL and tries to
determine the media type. |
| MediaInspectorBase — class, package com.akamai.media |
|
Base class for MediaInspector classes to extend. |
| MediaInspectorBase(target:flash.events:IEventDispatcher) — Constructor, class com.akamai.media.MediaInspectorBase |
|
Constructor. |
| MediaInspectorEvent — class, package com.akamai.events |
|
A MediaInspectorEvent is dispatched by an Inspector class
when the class has finished it's asynchronous inspection successfully or
has encountered an error, or has timed out. |
| MediaInspectorEvent(type:String, bubbles:Boolean, cancelable:Boolean, mediaType:String, data:Object) — Constructor, class com.akamai.events.MediaInspectorEvent |
|
Constructor. |
| _mediaPlayer — Property, class org.osmf.smpte.tt.media.SMPTETTProxyElement |
| |
| mediaType — Property, class com.akamai.events.MediaInspectorEvent |
|
The media type resulting from a successful inspection. |
| mediaType — Property, class com.akamai.net.AkamaiNetLoader |
|
Returns the media type of the resource
|
| mediaType — Property, class com.akamai.osmf.metadata.AkamaiMediaType |
|
The Akamai media type. |
| MediaType — final class, package com.akamai.media |
|
MediaType indentifies the various types of media that
can be played over the Akamai Network. |
| MEDIA_TYPE_NOT_ACCEPTED — Static Property, class com.akamai.net.AkamaiNetLoader |
| |
| mediaWidth — Property, class com.akamai.net.f4f.hds.AkamaiStreamController |
|
Intrinsic width of the media, in pixels. |
| mergeStyle(s:org.osmf.smpte.tt.captions:TimedTextStyle) — method, class org.osmf.smpte.tt.captions.TimedTextAnimation |
| |
| metadata — Event, class com.akamai.display.AkamaiMediaSprite |
| |
| metadata — Event, class com.akamai.hd.HDNetStream |
|
Dispatched when a onMetaData callback has been received by the class. |
| metadata — Event, class com.akamai.net.f4f.hds.AkamaiHTTPNetStream |
|
Dispatched when the onMetaData script tag is
detected. |
| metadata — Property, class org.osmf.smpte.tt.timing.TreeType |
|
Metadata associated with this node
|
| Metadata — class, package org.osmf.smpte.tt.vocabulary |
| |
| METADATA — Constant Static Property, class com.akamai.hd.HDEvent |
| |
| METADATA — Constant Static Property, class com.akamai.net.f4f.hds.events.AkamaiHDSEvent |
|
This event type is typically used for notification of the in-stream
onMetaData script tag. |
| MetadataElement — class, package org.osmf.smpte.tt.model |
| |
| MetadataElement — class, package org.osmf.smpte.tt.model.metadata |
| |
| MetadataElement() — Constructor, class org.osmf.smpte.tt.model.MetadataElement |
| |
| MetadataElement() — Constructor, class org.osmf.smpte.tt.model.metadata.MetadataElement |
| |
| MetadataInformation — class, package org.osmf.smpte.tt.informatics |
| |
| MetadataInformation() — Constructor, class org.osmf.smpte.tt.informatics.MetadataInformation |
| |
| Metric — class, package org.osmf.smpte.tt.timing |
| |
| Metric(value:String) — Constructor, class org.osmf.smpte.tt.timing.Metric |
| |
| milliseconds — Property, class org.osmf.smpte.tt.timing.TimeSpan |
|
Gets the number of whole milliseconds (excluding entire seconds)
|
| MILLISECONDS — Constant Static Property, class org.osmf.smpte.tt.timing.Metric |
| |
| MILLISECONDS_PER_DAY — Constant Static Property, class org.osmf.smpte.tt.timing.TimeCode |
|
The number of milliseconds in one day
|
| MILLISECONDS_PER_DAY — Constant Static Property, class org.osmf.smpte.tt.timing.TimeSpan |
|
The number of milliseconds in one day
|
| MILLISECONDS_PER_HOUR — Constant Static Property, class org.osmf.smpte.tt.timing.TimeCode |
|
The number of milliseconds in one hour
|
| MILLISECONDS_PER_HOUR — Constant Static Property, class org.osmf.smpte.tt.timing.TimeSpan |
|
The number of milliseconds in one hour
|
| MILLISECONDS_PER_MINUTE — Constant Static Property, class org.osmf.smpte.tt.timing.TimeCode |
|
The number of milliseconds in one minute
|
| MILLISECONDS_PER_MINUTE — Constant Static Property, class org.osmf.smpte.tt.timing.TimeSpan |
|
The number of milliseconds in one minute
|
| MILLISECONDS_PER_SECOND — Constant Static Property, class org.osmf.smpte.tt.timing.TimeCode |
|
The number of milliseconds in one second
|
| MILLISECONDS_PER_SECOND — Constant Static Property, class org.osmf.smpte.tt.timing.TimeSpan |
|
The number of milliseconds in one second
|
| minimumBitrateAllowed — Property, class com.akamai.net.f4f.hds.AkamaiStreamController |
|
When switching multi-bitrate content in auto switching mode, this property specifies the minimum stream bitrate in kbps
for the content. |
| minimumBitrateAllowed — Property, interface com.akamai.net.f4f.hds.IHDSProperties |
| |
| minus(t2:org.osmf.smpte.tt.timing:TimeCode) — method, class org.osmf.smpte.tt.timing.TimeCode |
|
Subtracts a specified TimeCode from this TimeCode. |
| minus(ts:org.osmf.smpte.tt.timing:TimeSpan) — method, class org.osmf.smpte.tt.timing.TimeSpan |
|
Subtract a given TimeSpan from another. |
| minutes — Property, class org.osmf.smpte.tt.timing.TimeCodeComponents |
| |
| minutes — Property, class org.osmf.smpte.tt.timing.TimeSpan |
|
Gets the number of whole minutes (excluding entire hours)
|
| MINUTES — Constant Static Property, class org.osmf.smpte.tt.timing.Metric |
| |
| minutesSegment — Property, class org.osmf.smpte.tt.timing.TimeCode |
|
Gets the number of whole minutes represented by the current TimeCode structure. |
| MIN_VALUE — Constant Static Property, class org.osmf.smpte.tt.timing.TimeCode |
|
The minimum TimeCode value. |
| MIN_VALUE — Constant Static Property, class org.osmf.smpte.tt.timing.TimeSpan |
| |
| muted — Property, class com.akamai.net.f4f.hds.AkamaiStreamController |
|
Indicates whether the media is currently muted. |
|
| 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 |