Class StreamGroupBlockType

java.lang.Object
org.ffmpeg.ffprobe700.StreamGroupBlockType

public class StreamGroupBlockType extends Object

Java class for streamGroupBlockType complex type.

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

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

  • Constructor Details

    • StreamGroupBlockType

      public StreamGroupBlockType()
  • Method Details

    • getBlockEntry

      public List<StreamGroupEntryType> getBlockEntry()
      Gets the value of the blockEntry 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 blockEntry property.

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

          getBlockEntry().add(newItem);
       

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