public interface ITranscoderFrameGrabResult
ITranscoderFrameGrabResult: Implement this interface when using frame grabber interface to grab transcoder video frames.
| Modifier and Type | Method and Description |
|---|---|
void |
onGrabFrame(TranscoderNativeVideoFrame nativeFrame)
Trigger when frame is available.
|
void onGrabFrame(TranscoderNativeVideoFrame nativeFrame)
nativeFrame - native video frame.