Menu

Commit [r1207]  Maximize  Restore  History

Initial commit of refactored metadata API. Note that this is the first step in a major, multi-step refactoring, so there may be some stability issues until the last step is made. Highlights of the changes:

- Simpify metadata API from Metadata + Facet + FacetKey, to a single Metadata class that exposes a key-value pair based API, plus change events.
- Modify MediaResourceBase and MediaElement to expose add/remove/get methods for metadata, rather than a singular metadata property. MediaElement dispatches change events via the new MediaElementEvent.
- Rename/Refactor TemporalFacet to TimelineMetadata (ditto for event class), which extends Metadata and works with a generic TimelineMarker class to represent a marker on the media's timeline.
- Remove MetadataNamespaces, the properties behind these client-facing namespaces (which previously were set through facets) can now be set through strongly-typed properties on MediaResourcBase, URLResource, or StreamingURLResource. This includes media type, MIME type, subclip points, DRM metadata, and more.
- Move CuePoint and CuePointType to metadata package. CuePoint now subclasses TimelineMarker.

briggs@adobe.com 2010-02-27

<< < 1 .. 5 6 7 (Page 7 of 7)
changed /osmf/trunk/plugins/SMILPlugin/org/osmf/smil/SMILPluginInfo.as
changed /osmf/trunk/plugins/SMILPlugin/org/osmf/smil/loader/SMILLoader.as
changed /osmf/trunk/plugins/SMILPlugin/org/osmf/smil/media/SMILMediaGenerator.as
/osmf/trunk/plugins/SMILPlugin/org/osmf/smil/SMILPluginInfo.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/plugins/SMILPlugin/org/osmf/smil/loader/SMILLoader.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/plugins/SMILPlugin/org/osmf/smil/media/SMILMediaGenerator.as Diff Switch to side-by-side view
Loading...
<< < 1 .. 5 6 7 (Page 7 of 7)
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.