Uses of Class
com.wowza.wms.transcoder.model.TranscoderVideoOverlayFrame
- 
Packages that use TranscoderVideoOverlayFrame Package Description com.wowza.wms.transcoder.model 
- 
- 
Uses of TranscoderVideoOverlayFrame in com.wowza.wms.transcoder.modelMethods in com.wowza.wms.transcoder.model that return types with arguments of type TranscoderVideoOverlayFrame Modifier and Type Method Description java.util.Map<Integer,TranscoderVideoOverlayFrame>ITranscoderOverlayProvider. getAndClearPendingOverlays()Get a list of pending overlay requests and clear the pending overlay queue.java.util.Map<Integer,TranscoderVideoOverlayFrame>ITranscoderOverlayImages. getOverlayImages()Methods in com.wowza.wms.transcoder.model with parameters of type TranscoderVideoOverlayFrame Modifier and Type Method Description voidITranscoderOverlayProvider. addOverlay(int index, TranscoderVideoOverlayFrame overlay)Add an overlay to a video stream.voidITranscoderOverlayImages. addOverlayImage(int index, TranscoderVideoOverlayFrame overlay)
 
-