|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.alembik.schema.mts.v1_0.TranscodingProfile
public class TranscodingProfile
The holder class of a predefined transcoding profile, which contains predefined profile ID, assigned quality descriptor (used in "best-matching" strategy) and actual set of transcoding parameters.
Java class for TranscodingProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TranscodingProfile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="profileID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="quality" type="{http://www.alembik.org/schema/mts/v1_0}Quality" minOccurs="0"/>
<element name="hintable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="transcodingParams" type="{http://www.openmobilealliance.org/schema/sti/v1_0}TranscodingParams"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TranscodingProfile()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getProfileID()
Gets the value of the profileID property. |
Quality |
getQuality()
Gets the value of the quality property. |
TranscodingParams |
getTranscodingParams()
Gets the value of the transcodingParams property. |
java.lang.Boolean |
isHintable()
Gets the value of the hintable property. |
boolean |
isSetHintable()
|
boolean |
isSetProfileID()
|
boolean |
isSetQuality()
|
boolean |
isSetTranscodingParams()
|
void |
setHintable(java.lang.Boolean value)
Sets the value of the hintable property. |
void |
setProfileID(java.lang.String value)
Sets the value of the profileID property. |
void |
setQuality(Quality value)
Sets the value of the quality property. |
void |
setTranscodingParams(TranscodingParams value)
Sets the value of the transcodingParams property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TranscodingProfile()
| Method Detail |
|---|
public java.lang.String getProfileID()
Stringpublic void setProfileID(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetProfileID()
public Quality getQuality()
Qualitypublic void setQuality(Quality value)
value - allowed object is
Qualitypublic boolean isSetQuality()
public java.lang.Boolean isHintable()
Booleanpublic void setHintable(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSetHintable()
public TranscodingParams getTranscodingParams()
TranscodingParamspublic void setTranscodingParams(TranscodingParams value)
value - allowed object is
TranscodingParamspublic boolean isSetTranscodingParams()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||