public class StreamDisposition 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" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
_default |
protected int |
attachedPic |
protected int |
cleanEffects |
protected int |
comment |
protected int |
dub |
protected int |
forced |
protected int |
hearingImpaired |
protected int |
karaoke |
protected int |
lyrics |
protected int |
original |
protected int |
timedThumbnails |
protected int |
visualImpaired |
Constructor and Description |
---|
StreamDisposition() |
Modifier and Type | Method and Description |
---|---|
int |
getAttachedPic()
Gets the value of the attachedPic property.
|
int |
getCleanEffects()
Gets the value of the cleanEffects property.
|
int |
getComment()
Gets the value of the comment property.
|
int |
getDefault()
Gets the value of the default property.
|
int |
getDub()
Gets the value of the dub property.
|
int |
getForced()
Gets the value of the forced property.
|
int |
getHearingImpaired()
Gets the value of the hearingImpaired property.
|
int |
getKaraoke()
Gets the value of the karaoke property.
|
int |
getLyrics()
Gets the value of the lyrics property.
|
int |
getOriginal()
Gets the value of the original property.
|
int |
getTimedThumbnails()
Gets the value of the timedThumbnails property.
|
int |
getVisualImpaired()
Gets the value of the visualImpaired property.
|
void |
setAttachedPic(int value)
Sets the value of the attachedPic property.
|
void |
setCleanEffects(int value)
Sets the value of the cleanEffects property.
|
void |
setComment(int value)
Sets the value of the comment property.
|
void |
setDefault(int value)
Sets the value of the default property.
|
void |
setDub(int value)
Sets the value of the dub property.
|
void |
setForced(int value)
Sets the value of the forced property.
|
void |
setHearingImpaired(int value)
Sets the value of the hearingImpaired property.
|
void |
setKaraoke(int value)
Sets the value of the karaoke property.
|
void |
setLyrics(int value)
Sets the value of the lyrics property.
|
void |
setOriginal(int value)
Sets the value of the original property.
|
void |
setTimedThumbnails(int value)
Sets the value of the timedThumbnails property.
|
void |
setVisualImpaired(int value)
Sets the value of the visualImpaired property.
|
protected int _default
protected int dub
protected int original
protected int comment
protected int lyrics
protected int karaoke
protected int forced
protected int hearingImpaired
protected int visualImpaired
protected int cleanEffects
protected int attachedPic
protected int timedThumbnails
public int getDefault()
public void setDefault(int value)
public int getDub()
public void setDub(int value)
public int getOriginal()
public void setOriginal(int value)
public int getComment()
public void setComment(int value)
public int getLyrics()
public void setLyrics(int value)
public int getKaraoke()
public void setKaraoke(int value)
public int getForced()
public void setForced(int value)
public int getHearingImpaired()
public void setHearingImpaired(int value)
public int getVisualImpaired()
public void setVisualImpaired(int value)
public int getCleanEffects()
public void setCleanEffects(int value)
public int getAttachedPic()
public void setAttachedPic(int value)
public int getTimedThumbnails()
public void setTimedThumbnails(int value)
Copyright © 2017. All rights reserved.