Package org.ffmpeg.ffprobe700
Class StreamGroupSubComponentType
java.lang.Object
org.ffmpeg.ffprobe700.StreamGroupSubComponentType
Java class for streamGroupSubComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="streamGroupSubComponentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pieces" type="{http://www.ffmpeg.org/schema/ffprobe}streamGroupPieceList" minOccurs="0"/>
<element name="subcomponent_entry" type="{http://www.ffmpeg.org/schema/ffprobe}streamGroupEntryType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StreamGroupPieceListprotected List<StreamGroupEntryType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pieces property.Gets the value of the subcomponentEntry property.voidsetPieces(StreamGroupPieceList value) Sets the value of the pieces property.
-
Field Details
-
pieces
-
subcomponentEntry
-
-
Constructor Details
-
StreamGroupSubComponentType
public StreamGroupSubComponentType()
-
-
Method Details
-
getPieces
Gets the value of the pieces property.- Returns:
- possible object is
StreamGroupPieceList
-
setPieces
Sets the value of the pieces property.- Parameters:
value- allowed object isStreamGroupPieceList
-
getSubcomponentEntry
Gets the value of the subcomponentEntry 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 subcomponentEntry property.For example, to add a new item, do as follows:
getSubcomponentEntry().add(newItem);Objects of the following type(s) are allowed in the list
StreamGroupEntryType
-