Package org.ffmpeg.ffprobe700
Class StreamGroupSubPieceType
java.lang.Object
org.ffmpeg.ffprobe700.StreamGroupSubPieceType
Java class for streamGroupSubPieceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="streamGroupSubPieceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="blocks" type="{http://www.ffmpeg.org/schema/ffprobe}streamGroupBlockList" minOccurs="0"/>
<element name="subpiece_entry" type="{http://www.ffmpeg.org/schema/ffprobe}streamGroupEntryType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StreamGroupBlockListprotected List<StreamGroupEntryType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the blocks property.Gets the value of the subpieceEntry property.voidsetBlocks(StreamGroupBlockList value) Sets the value of the blocks property.
-
Field Details
-
blocks
-
subpieceEntry
-
-
Constructor Details
-
StreamGroupSubPieceType
public StreamGroupSubPieceType()
-
-
Method Details
-
getBlocks
Gets the value of the blocks property.- Returns:
- possible object is
StreamGroupBlockList
-
setBlocks
Sets the value of the blocks property.- Parameters:
value- allowed object isStreamGroupBlockList
-
getSubpieceEntry
Gets the value of the subpieceEntry 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 subpieceEntry property.For example, to add a new item, do as follows:
getSubpieceEntry().add(newItem);Objects of the following type(s) are allowed in the list
StreamGroupEntryType
-