composite Element
Microsoft DirectShow 9.0 |
composite Element
The composite element defines a composition , a container object for tracks and other nested compositions.
Example
<composite> </composite>
Attributes
lock, mute, userdata, userid, username
Parent/Child Information
Parent | composite, group |
Children | composite, effect, track, transition |
Remarks
Within a composite element, the priority of nested layers is determined implicitly by the order in which they appear within the element. The first layer has priority 0, and subsequent layers have increasing priority values.
See Also