Class StreamGroupPieceType

java.lang.Object
org.ffmpeg.ffprobe700.StreamGroupPieceType

public class StreamGroupPieceType extends Object

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 Details

  • Constructor Details

    • StreamGroupPieceType

      public StreamGroupPieceType()
  • Method Details

    • getSubpieces

      public StreamGroupSubPieceList getSubpieces()
      Gets the value of the subpieces property.
      Returns:
      possible object is StreamGroupSubPieceList
    • setSubpieces

      public void setSubpieces(StreamGroupSubPieceList value)
      Sets the value of the subpieces property.
      Parameters:
      value - allowed object is StreamGroupSubPieceList
    • getPieceEntry

      public List<StreamGroupEntryType> 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 set method 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