Package org.ffmpeg.ffprobe700
Class StreamGroupComponentType
java.lang.Object
org.ffmpeg.ffprobe700.StreamGroupComponentType
Java class for streamGroupComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="streamGroupComponentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="subcomponents" type="{http://www.ffmpeg.org/schema/ffprobe}streamGroupSubComponentList" minOccurs="0"/>
<element name="component_entry" type="{http://www.ffmpeg.org/schema/ffprobe}streamGroupEntryType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<StreamGroupEntryType>protected StreamGroupSubComponentList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the componentEntry property.Gets the value of the subcomponents property.voidSets the value of the subcomponents property.
-
Field Details
-
subcomponents
-
componentEntry
-
-
Constructor Details
-
StreamGroupComponentType
public StreamGroupComponentType()
-
-
Method Details
-
getSubcomponents
Gets the value of the subcomponents property.- Returns:
- possible object is
StreamGroupSubComponentList
-
setSubcomponents
Sets the value of the subcomponents property.- Parameters:
value- allowed object isStreamGroupSubComponentList
-
getComponentEntry
Gets the value of the componentEntry 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
setmethod for the componentEntry property.For example, to add a new item, do as follows:
getComponentEntry().add(newItem);Objects of the following type(s) are allowed in the list
StreamGroupEntryType
-