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

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

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

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

Method parameters in com.brightcove.proserve.mediaapi.wrapper.apiobjects with type arguments of type CuePoint
 void Video.setCuePoints(java.util.List<CuePoint> cuePoints)
          Sets the cue points for this Video.