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

Packages that use Image
com.brightcove.proserve.mediaapi.wrapper   
 

Uses of Image in com.brightcove.proserve.mediaapi.wrapper
 

Methods in com.brightcove.proserve.mediaapi.wrapper that return Image
 Image WriteApi.AddImage(java.lang.String writeToken, Image image, java.lang.String filename, java.lang.Long videoId, java.lang.String videoReferenceId, java.lang.Boolean resize)
          Add a new thumbnail or video still image to a video, or assign an existing image to another video.
 

Methods in com.brightcove.proserve.mediaapi.wrapper with parameters of type Image
 Image WriteApi.AddImage(java.lang.String writeToken, Image image, java.lang.String filename, java.lang.Long videoId, java.lang.String videoReferenceId, java.lang.Boolean resize)
          Add a new thumbnail or video still image to a video, or assign an existing image to another video.