Uses of Class
com.brightcove.proserve.mediaapi.wrapper.apiobjects.Rendition

Packages that use Rendition
com.brightcove.proserve.mediaapi.wrapper.apiobjects   
 

Uses of Rendition in com.brightcove.proserve.mediaapi.wrapper.apiobjects
 

Methods in com.brightcove.proserve.mediaapi.wrapper.apiobjects that return Rendition
 Rendition Video.getVideoFullLength()
          Gets the full length rendition for this Video.
 

Methods in com.brightcove.proserve.mediaapi.wrapper.apiobjects that return types with arguments of type Rendition
 java.util.List<Rendition> Video.getRenditions()
          Gets the renditions for this Video.
 

Methods in com.brightcove.proserve.mediaapi.wrapper.apiobjects with parameters of type Rendition
 void Video.setVideoFullLength(Rendition videoFullLength)
          Sets the full length rendition for this Video.
 

Method parameters in com.brightcove.proserve.mediaapi.wrapper.apiobjects with type arguments of type Rendition
 void Video.setRenditions(java.util.List<Rendition> renditions)
          Sets the renditions for this Video.