Commit | Date | |
---|---|---|
[r1141]
(7.1 kB)
by
briggs@adobe.com
Pre-PARB metadata changes: Hide facet synthesizers from the public API, they're currently an internal affair which we can always expose later. Eliminate code where a synthesizer that matches the default synthesizer was specified. Change a few cases from NullFacetSynthesizer to the default (null may be more appropriate, but it makes the code simpler, and in most cases this is metadata that's attached to the resource and will therefore never be synthesized). Remove setElementId method from MetadatUtils, it's not used in the framework (just test code/samples), and it seems inappropriate to assume that the NullFacetSynthesizer should always be used. |
2010-02-21 20:23:25 |
View
Download |
[r1134]
(6.8 kB)
by
briggs@adobe.com
PARB changes: Hide URL/FMSURL, use strings instead. To support the FMS useInstance use case, modify StreamingURLResource to take a urlIncludesFMSApplicationInstance param, which NetConnectionFactory respects. Update unit tests and samples. |
2010-02-20 23:07:32 |
View
Download |
[r1057]
(6.8 kB)
by
evrijkom@adobe.com
PARB changes: Removing MediaContainerGroup. Exposing the inner layout renderer publicly in order to facilitate container nesting. Updating NestedMediaContainers sample accordingly. Overriding display list management functions on MediaContainer to throw an exception on direct invocation. As a result, layout renderers are no longer capable of adding display objects onto a container, but this is resolved by LayoutRendererBase now emitting events requesting display object (un)staging or index adjustment. LayoutTargetSprite and MediaElementLayoutContainer have been updated accordingly. |
2010-02-10 11:31:18 |
View
Download |
[r1055]
(6.8 kB)
by
evrijkom@adobe.com
PARB changes: LayoutRendererProperties, remove "ment" from horizontal- and verticalAligment. Set MIDDLE constant to "middle". Updating unit tests and client code accordingly. |
2010-02-10 08:16:50 |
View
Download |
2010-02-08 21:09:45 |
View
Download |
|
[r1029]
(6.8 kB)
by
briggs@adobe.com
PARB changes: Move all MediaElement subclasses into the "elements" package. Put internal classes into non-public subfolders (e.g. audioClasses). Update unit tests and sample apps. Remove VAST unit tests from OSMFTest, we should integrate VASTTest into the build system. |
2010-02-08 19:34:08 |
View
Download |
[r1016]
(6.8 kB)
by
evrijkom@adobe.com
PARB changes: splitting layout alignment property into verticalAlign, and horizontalAlign. Removing registrationPoint property, and its enumeration class. Adding VerticalAlign, and HorizontalAlign enumeration classes, and updating unit tests and client code accordingly. |
2010-02-08 09:33:11 |
View
Download |
[r1005]
(6.6 kB)
by
evrijkom@adobe.com
PARB feedback: rename LayoutProperties to LayoutRendererProperties. |
2010-02-05 09:42:56 |
View
Download |
[r954]
(6.5 kB)
by
evrijkom@adobe.com
Pre-PARB'ing the Layout API continued: - Internalizing layout facet classes, and Updating OMSF player to: - Use the framework layout system to position the control bar, |
2010-02-01 14:51:14 |
View
Download |
[r940]
(6.1 kB)
by
briggs@adobe.com
PARB feedback: Allow MediaElement subclass constructors to have default params. This involved moving the ILoader param to the second param, and providing a default when no loader is provided. For subclasses (like VideoElement) for which multiple loader types are supported, the implementation now chooses the appropriate one based on the resource type. |
2010-01-29 04:07:18 |
View
Download |