Package org.ffmpeg.ffprobe700
Class StreamGroupPieceType
java.lang.Object
org.ffmpeg.ffprobe700.StreamGroupPieceType
Java class for streamGroupPieceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="streamGroupPieceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="subpieces" type="{http://www.ffmpeg.org/schema/ffprobe}streamGroupSubPieceList" minOccurs="0"/>
<element name="piece_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 StreamGroupSubPieceList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pieceEntry property.Gets the value of the subpieces property.voidSets the value of the subpieces property.
-
Field Details
-
subpieces
-
pieceEntry
-
-
Constructor Details
-
StreamGroupPieceType
public StreamGroupPieceType()
-
-
Method Details
-
getSubpieces
Gets the value of the subpieces property.- Returns:
- possible object is
StreamGroupSubPieceList
-
setSubpieces
Sets the value of the subpieces property.- Parameters:
value- allowed object isStreamGroupSubPieceList
-
getPieceEntry
Gets the value of the pieceEntry 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 pieceEntry property.For example, to add a new item, do as follows:
getPieceEntry().add(newItem);Objects of the following type(s) are allowed in the list
StreamGroupEntryType
-