Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
group Element
The group element defines a group , the top-level object in a timeline.
Example
<group type="video" width="640" height="480" framerate="30"> </group>
Attributes
bitdepth, buffering, framerate, height, lock, mute, name, previewmode, samplingrate, type, userdata, userid, username, width
Parent/Child Information
Parent | timeline |
Children | composite, effect, track |
Remarks
Within a group element, the priority of nested layers is determined implicitly by the order they appear within the element. The first layer has priority 0, and subsequent layers have increasing priority values.
See Also