Menu

/osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml Commit Log


Commit Date  
[r968] (19.8 kB) by briggs@adobe.com

PARB changes: Refactor MediaFactory and Loader classes:
- MediaInfo becomes MediaFactoryItem. All MediaFactory and plugin-related APIs are updated accordingly. The rule of thumb is to use "item" on MediaFactory, and "mediaFactoryItem" on the plugin classes (since the former are already qualified, whereas the latter are not).
- Remove IMediaResourceHandler. Add canHandleResource to LoaderBase. Make handler function a Function to pass to MediaFactoryItem's constructor.
- Merge resolver interfaces/classes into MediaFactoryItemResolver, which defaults to selecting the first one.
- Make LoaderBase load/unload methods final. Add protected methods to execute the load, so that we can ensure validation takes place first.
- Update all unit tests and sample apps accordingly.

2010-02-02 04:13:19 View
Download
[r869] (19.8 kB) by cnewman@akamai.com

Adding SMILPlugin to the AkamaiPluginSample rather than creating a new sample app.

2010-01-19 23:13:20 View
Download
[r844] (17.3 kB) by briggs@adobe.com

Update references to MediaPlayerWrapper.

2010-01-18 23:37:19 View
Download
[r789] (17.3 kB) by oconnell@adobe.com

IMediaResource - > MediaResourceBase.
IURLResource -> Gone.

2010-01-14 02:08:54 View
Download
[r733] (17.4 kB) by briggs@adobe.com

PARB changes: Modify MediaPlayer API based on PARB feedback. Change "durationReached" event to "complete". Update unit tests and sample apps.

2010-01-04 07:17:33 View
Download
[r723] (17.4 kB) by evrijkom@adobe.com

Updating AkamaiPluginSample and CuePointSample to the latest API changes.

2009-12-30 13:14:24 View
Download
[r713] (17.3 kB) by briggs@adobe.com

PARB changes: Refactor MediaError to use Error as a subclass. Update unit tests and sample apps.

2009-12-29 18:46:05 View
Download
[r699] (17.4 kB) by briggs@adobe.com

PARB refactoring: Rename ViewTrait's dimension properties.

2009-12-22 20:39:49 View
Download
[r695] (17.4 kB) by oconnell@adobe.com

Updated sample apps to match new IPluginInfo signature.

2009-12-22 17:26:24 View
Download
[r619] (17.4 kB) by briggs@adobe.com

Commit of traits refactored as classes instead of interfaces. A trait now has a public API for clients, and a protected API that implementors can use to hook into the workflow. Lots of additional changes:
* Merge spatial and viewable traits
* Merge load and download traits
* Merge play and pause traits
* Refactor MediaTraitType to hold strings (consistent with PARB)

Note that the composition layer is currently disabled (CompositeElements only support the Audio and Buffer traits). There may also be some bugs in the area of HTML support.

2009-12-09 07:09:09 View
Download
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.