public interface ITranscoderFrameGrabProvider
ITranscoderFrameGrabProvider: interface used to grab frames froom the live stream transcoder.
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<com.wowza.wms.transcoder.model.TranscoderFrameGrabHolder> |
getAndClearPendingFrameGrabs() |
Returns a list of all grab frame requests that are pending and clears the pending list.
|
void |
grabFrame(ITranscoderFrameGrabResult grabResult) |
Call to grab a frame.
|
void |
grabFrame(ITranscoderFrameGrabResult grabResult,
int width,
int height) |
Call to grab a frame.
|
java.util.List<com.wowza.wms.transcoder.model.TranscoderFrameGrabHolder> getAndClearPendingFrameGrabs()
void grabFrame(ITranscoderFrameGrabResult grabResult)
grabResult - the class that will be called back when frame is availablevoid grabFrame(ITranscoderFrameGrabResult grabResult, int width, int height)
grabResult - the class that will be called back when frame is availablewidth - frame widthheight - frame height