|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
String
public void setProfileID(java.lang.String value)
value
- allowed object is
String
public boolean isSetProfileID()
public Quality getQuality()
Quality
public void setQuality(Quality value)
value
- allowed object is
Quality
public boolean isSetQuality()
public java.lang.Boolean isHintable()
Boolean
public void setHintable(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isSetHintable()
public TranscodingParams getTranscodingParams()
TranscodingParams
public void setTranscodingParams(TranscodingParams value)
value
- allowed object is
TranscodingParams
public boolean isSetTranscodingParams()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |