Uses of Class
org.alembik.schema.mts.v1_0.TranscodingState

Packages that use TranscodingState
org.alembik.schema.mts.v1_0 Provides the classes extending OMA-STI v1_0 components. 
org.alembik.util Provides the utility classes handling transcoding request and response objects. 
 

Uses of TranscodingState in org.alembik.schema.mts.v1_0
 

Methods in org.alembik.schema.mts.v1_0 that return TranscodingState
 TranscodingState ObjectFactory.createTranscodingState()
          Create an instance of TranscodingState
 

Methods in org.alembik.schema.mts.v1_0 that return types with arguments of type TranscodingState
 javax.xml.bind.JAXBElement<TranscodingState> ObjectFactory.createTranscodingState(TranscodingState value)
          Create an instance of JAXBElement<TranscodingState>}
 

Methods in org.alembik.schema.mts.v1_0 with parameters of type TranscodingState
 javax.xml.bind.JAXBElement<TranscodingState> ObjectFactory.createTranscodingState(TranscodingState value)
          Create an instance of JAXBElement<TranscodingState>}
 

Uses of TranscodingState in org.alembik.util
 

Methods in org.alembik.util that return TranscodingState
static TranscodingState TranscodingUtils.getResultState(JobResult result)
          Returns the information about the state of a transcoding process.