Uses of Class
com.wowza.wms.transcoder.model.TranscoderNativeVideoFrame
- 
Packages that use TranscoderNativeVideoFrame Package Description com.wowza.wms.transcoder.model 
- 
- 
Uses of TranscoderNativeVideoFrame in com.wowza.wms.transcoder.modelFields in com.wowza.wms.transcoder.model declared as TranscoderNativeVideoFrame Modifier and Type Field Description TranscoderNativeVideoFrameTranscoderVideoOverlayFrame. videoFrameMethods in com.wowza.wms.transcoder.model that return TranscoderNativeVideoFrame Modifier and Type Method Description TranscoderNativeVideoFrameTranscoderVideoOverlayFrame. getVideoFrame()Get the video frame.Methods in com.wowza.wms.transcoder.model with parameters of type TranscoderNativeVideoFrame Modifier and Type Method Description longITranscoderSessionNative. captureDeviceGetVideoFrame(long deviceId, TranscoderNativeVideoFrame nativeVideoFrame)voidITranscoderFrameGrabResult. onGrabFrame(TranscoderNativeVideoFrame nativeFrame)Trigger when frame is available.longITranscoderSessionNative. videoDecoderBufferGetVideoFrame(long classPtr, long decoderBufferSetIndex, TranscoderNativeVideoFrame nativeVideoFrame)longITranscoderSessionNative. videoDecoderBufferSetOverlayVideoFrame(long classPtr, long overlayIndex, TranscoderNativeVideoFrame nativeVideoFrame)longITranscoderSessionNative. videoEncoderBufferGetVideoFrame(long classPtr, long encoderBufferSetIndex, long encoderBufferIndex, TranscoderNativeVideoFrame nativeVideoFrame)longITranscoderSessionNative. videoEncoderBufferSetOverlayVideoFrame(long classPtr, long encoderBufferSetIndex, long overlayIndex, TranscoderNativeVideoFrame nativeVideoFrame)
 
-