presetGroup

Defines a preset group. A preset group is a group of presets.

Syntax
<presetGroup
    type="(audio|video)"
    name="NCName"
    default="(true|false)"?
  >
  <presets>...</presets>
</presetGroup>
Attributes
type="(audio|video)"

The media type this presetGroup is intended to handle.

Allowed values are:

audio

The presetGroup is intended to handle audio content.

video

The presetGroup is intended to handle video content.

name="NCName"

The name of the presetGroup element.

default="(true|false)" (optional)

Whether or not this is the default presetGroup. One presetGroup element should have default set to true for each setting of the type attribute. That is, there should be one default preset group for video, and one default preset group for audio.