Class StreamGroupSubComponentType

java.lang.Object
org.ffmpeg.ffprobe700.StreamGroupSubComponentType

public class StreamGroupSubComponentType extends Object

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 Details

  • Constructor Details

    • StreamGroupSubComponentType

      public StreamGroupSubComponentType()
  • Method Details

    • getPieces

      public StreamGroupPieceList getPieces()
      Gets the value of the pieces property.
      Returns:
      possible object is StreamGroupPieceList
    • setPieces

      public void setPieces(StreamGroupPieceList value)
      Sets the value of the pieces property.
      Parameters:
      value - allowed object is StreamGroupPieceList
    • getSubcomponentEntry

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