Java class for AdaptationSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdaptationSetType">
<complexContent>
<extension base="{urn:mpeg:dash:schema:mpd:2011}RepresentationBaseType">
<sequence>
<element name="Accessibility" type="{urn:mpeg:dash:schema:mpd:2011}DescriptorType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Role" type="{urn:mpeg:dash:schema:mpd:2011}DescriptorType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Rating" type="{urn:mpeg:dash:schema:mpd:2011}DescriptorType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Viewpoint" type="{urn:mpeg:dash:schema:mpd:2011}DescriptorType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ContentComponent" type="{urn:mpeg:dash:schema:mpd:2011}ContentComponentType" maxOccurs="unbounded" minOccurs="0"/>
<element name="BaseURL" type="{urn:mpeg:dash:schema:mpd:2011}BaseURLType" maxOccurs="unbounded" minOccurs="0"/>
<element name="SegmentBase" type="{urn:mpeg:dash:schema:mpd:2011}SegmentBaseType" minOccurs="0"/>
<element name="SegmentList" type="{urn:mpeg:dash:schema:mpd:2011}SegmentListType" minOccurs="0"/>
<element name="SegmentTemplate" type="{urn:mpeg:dash:schema:mpd:2011}SegmentTemplateType" minOccurs="0"/>
<element name="Representation" type="{urn:mpeg:dash:schema:mpd:2011}RepresentationType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/1999/xlink}href"/>
<attribute ref="{http://www.w3.org/1999/xlink}actuate"/>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="group" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
<attribute name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="par" type="{urn:mpeg:dash:schema:mpd:2011}RatioType" />
<attribute name="minBandwidth" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="maxBandwidth" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="minWidth" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="maxWidth" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="minHeight" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="maxHeight" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="minFrameRate" type="{urn:mpeg:dash:schema:mpd:2011}FrameRateType" />
<attribute name="maxFrameRate" type="{urn:mpeg:dash:schema:mpd:2011}FrameRateType" />
<attribute name="segmentAlignment" type="{urn:mpeg:dash:schema:mpd:2011}ConditionalUintType" default="false" />
<attribute name="subsegmentAlignment" type="{urn:mpeg:dash:schema:mpd:2011}ConditionalUintType" default="false" />
<attribute name="subsegmentStartsWithSAP" type="{urn:mpeg:dash:schema:mpd:2011}SAPType" default="0" />
<attribute name="bitstreamSwitching" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
List<DescriptorType> org.iso.mpeg.dash.AdaptationSetType.getAccessibilities |
( |
| ) |
|
|
inline |
Gets the value of the accessibilities property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set
method for the accessibilities property.
For example, to add a new item, do as follows:
getAccessibilities().add(newItem);
Objects of the following type(s) are allowed in the list DescriptorType
List<BaseURLType> org.iso.mpeg.dash.AdaptationSetType.getBaseURLs |
( |
| ) |
|
|
inline |
Gets the value of the baseURLs property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set
method for the baseURLs property.
For example, to add a new item, do as follows:
getBaseURLs().add(newItem);
Objects of the following type(s) are allowed in the list BaseURLType
Gets the value of the contentComponents property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set
method for the contentComponents property.
For example, to add a new item, do as follows:
getContentComponents().add(newItem);
Objects of the following type(s) are allowed in the list ContentComponentType
List<DescriptorType> org.iso.mpeg.dash.AdaptationSetType.getRatings |
( |
| ) |
|
|
inline |
Gets the value of the ratings property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set
method for the ratings property.
For example, to add a new item, do as follows:
getRatings().add(newItem);
Objects of the following type(s) are allowed in the list DescriptorType
Gets the value of the representations property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set
method for the representations property.
For example, to add a new item, do as follows:
getRepresentations().add(newItem);
Objects of the following type(s) are allowed in the list RepresentationType
Gets the value of the roles property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set
method for the roles property.
For example, to add a new item, do as follows:
getRoles().add(newItem);
Objects of the following type(s) are allowed in the list DescriptorType
List<DescriptorType> org.iso.mpeg.dash.AdaptationSetType.getViewpoints |
( |
| ) |
|
|
inline |
Gets the value of the viewpoints property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set
method for the viewpoints property.
For example, to add a new item, do as follows:
getViewpoints().add(newItem);
Objects of the following type(s) are allowed in the list DescriptorType