Class StreamGroupSubComponentList

java.lang.Object
org.ffmpeg.ffprobe700.StreamGroupSubComponentList

public class StreamGroupSubComponentList extends Object

Java class for streamGroupSubComponentList complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="streamGroupSubComponentList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="subcomponent" type="{http://www.ffmpeg.org/schema/ffprobe}streamGroupSubComponentType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • StreamGroupSubComponentList

      public StreamGroupSubComponentList()
  • Method Details

    • getSubcomponent

      public List<StreamGroupSubComponentType> getSubcomponent()
      Gets the value of the subcomponent 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 subcomponent property.

      For example, to add a new item, do as follows:

          getSubcomponent().add(newItem);
       

      Objects of the following type(s) are allowed in the list StreamGroupSubComponentType