Uses of Class
com.brightcove.proserve.mediaapi.wrapper.apiobjects.enums.ControllerTypeEnum

Packages that use ControllerTypeEnum
com.brightcove.proserve.mediaapi.wrapper.apiobjects   
com.brightcove.proserve.mediaapi.wrapper.apiobjects.enums   
 

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

Methods in com.brightcove.proserve.mediaapi.wrapper.apiobjects that return ControllerTypeEnum
 ControllerTypeEnum Rendition.getControllerType()
          Gets the Controller Type for this Rendition.
 

Methods in com.brightcove.proserve.mediaapi.wrapper.apiobjects with parameters of type ControllerTypeEnum
 void Rendition.setControllerType(ControllerTypeEnum controllerType)
          Sets the Controller Type for this Rendition.
 

Uses of ControllerTypeEnum in com.brightcove.proserve.mediaapi.wrapper.apiobjects.enums
 

Methods in com.brightcove.proserve.mediaapi.wrapper.apiobjects.enums that return ControllerTypeEnum
static ControllerTypeEnum ControllerTypeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ControllerTypeEnum[] ControllerTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.