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

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

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

Methods in com.brightcove.proserve.mediaapi.wrapper.apiobjects that return VideoCodecEnum
 VideoCodecEnum Rendition.getVideoCodec()
          Gets the video codec for this Rendition.
 

Methods in com.brightcove.proserve.mediaapi.wrapper.apiobjects with parameters of type VideoCodecEnum
 void Rendition.setVideoCodec(VideoCodecEnum videoCodec)
          Sets the video codec for this Rendition.
 

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

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