Class StreamDispositionType

java.lang.Object
org.ffmpeg.ffprobe700.StreamDispositionType

public class StreamDispositionType extends Object

Java class for streamDispositionType complex type.

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

 <complexType name="streamDispositionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="default" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="dub" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="original" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="comment" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="lyrics" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="karaoke" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="forced" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="hearing_impaired" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="visual_impaired" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="clean_effects" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="attached_pic" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="timed_thumbnails" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="non_diegetic" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="captions" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="descriptions" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="metadata" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="dependent" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="still_image" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • _default

      protected int _default
    • dub

      protected int dub
    • original

      protected int original
    • comment

      protected int comment
    • lyrics

      protected int lyrics
    • karaoke

      protected int karaoke
    • forced

      protected int forced
    • hearingImpaired

      protected int hearingImpaired
    • visualImpaired

      protected int visualImpaired
    • cleanEffects

      protected int cleanEffects
    • attachedPic

      protected int attachedPic
    • timedThumbnails

      protected int timedThumbnails
    • nonDiegetic

      protected int nonDiegetic
    • captions

      protected int captions
    • descriptions

      protected int descriptions
    • metadata

      protected int metadata
    • dependent

      protected int dependent
    • stillImage

      protected int stillImage
  • Constructor Details

    • StreamDispositionType

      public StreamDispositionType()
  • Method Details

    • getDefault

      public int getDefault()
      Gets the value of the default property.
    • setDefault

      public void setDefault(int value)
      Sets the value of the default property.
    • getDub

      public int getDub()
      Gets the value of the dub property.
    • setDub

      public void setDub(int value)
      Sets the value of the dub property.
    • getOriginal

      public int getOriginal()
      Gets the value of the original property.
    • setOriginal

      public void setOriginal(int value)
      Sets the value of the original property.
    • getComment

      public int getComment()
      Gets the value of the comment property.
    • setComment

      public void setComment(int value)
      Sets the value of the comment property.
    • getLyrics

      public int getLyrics()
      Gets the value of the lyrics property.
    • setLyrics

      public void setLyrics(int value)
      Sets the value of the lyrics property.
    • getKaraoke

      public int getKaraoke()
      Gets the value of the karaoke property.
    • setKaraoke

      public void setKaraoke(int value)
      Sets the value of the karaoke property.
    • getForced

      public int getForced()
      Gets the value of the forced property.
    • setForced

      public void setForced(int value)
      Sets the value of the forced property.
    • getHearingImpaired

      public int getHearingImpaired()
      Gets the value of the hearingImpaired property.
    • setHearingImpaired

      public void setHearingImpaired(int value)
      Sets the value of the hearingImpaired property.
    • getVisualImpaired

      public int getVisualImpaired()
      Gets the value of the visualImpaired property.
    • setVisualImpaired

      public void setVisualImpaired(int value)
      Sets the value of the visualImpaired property.
    • getCleanEffects

      public int getCleanEffects()
      Gets the value of the cleanEffects property.
    • setCleanEffects

      public void setCleanEffects(int value)
      Sets the value of the cleanEffects property.
    • getAttachedPic

      public int getAttachedPic()
      Gets the value of the attachedPic property.
    • setAttachedPic

      public void setAttachedPic(int value)
      Sets the value of the attachedPic property.
    • getTimedThumbnails

      public int getTimedThumbnails()
      Gets the value of the timedThumbnails property.
    • setTimedThumbnails

      public void setTimedThumbnails(int value)
      Sets the value of the timedThumbnails property.
    • getNonDiegetic

      public int getNonDiegetic()
      Gets the value of the nonDiegetic property.
    • setNonDiegetic

      public void setNonDiegetic(int value)
      Sets the value of the nonDiegetic property.
    • getCaptions

      public int getCaptions()
      Gets the value of the captions property.
    • setCaptions

      public void setCaptions(int value)
      Sets the value of the captions property.
    • getDescriptions

      public int getDescriptions()
      Gets the value of the descriptions property.
    • setDescriptions

      public void setDescriptions(int value)
      Sets the value of the descriptions property.
    • getMetadata

      public int getMetadata()
      Gets the value of the metadata property.
    • setMetadata

      public void setMetadata(int value)
      Sets the value of the metadata property.
    • getDependent

      public int getDependent()
      Gets the value of the dependent property.
    • setDependent

      public void setDependent(int value)
      Sets the value of the dependent property.
    • getStillImage

      public int getStillImage()
      Gets the value of the stillImage property.
    • setStillImage

      public void setStillImage(int value)
      Sets the value of the stillImage property.