Package org.ffmpeg.ffprobe
Class StreamDispositionType
java.lang.Object
org.ffmpeg.ffprobe.StreamDispositionType
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" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the attachedPic property.intGets the value of the cleanEffects property.intGets the value of the comment property.intGets the value of the default property.intgetDub()Gets the value of the dub property.intGets the value of the forced property.intGets the value of the hearingImpaired property.intGets the value of the karaoke property.intGets the value of the lyrics property.intGets the value of the original property.intGets the value of the timedThumbnails property.intGets the value of the visualImpaired property.voidsetAttachedPic(int value) Sets the value of the attachedPic property.voidsetCleanEffects(int value) Sets the value of the cleanEffects property.voidsetComment(int value) Sets the value of the comment property.voidsetDefault(int value) Sets the value of the default property.voidsetDub(int value) Sets the value of the dub property.voidsetForced(int value) Sets the value of the forced property.voidsetHearingImpaired(int value) Sets the value of the hearingImpaired property.voidsetKaraoke(int value) Sets the value of the karaoke property.voidsetLyrics(int value) Sets the value of the lyrics property.voidsetOriginal(int value) Sets the value of the original property.voidsetTimedThumbnails(int value) Sets the value of the timedThumbnails property.voidsetVisualImpaired(int value) Sets the value of the visualImpaired property.
-
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
-
-
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.
-