Uses of Class
com.wowza.wms.transcoder.model.TranscoderNativeVideoFrame
Packages that use TranscoderNativeVideoFrame
-
Uses of TranscoderNativeVideoFrame in com.wowza.wms.transcoder.model
Fields in com.wowza.wms.transcoder.model declared as TranscoderNativeVideoFrameMethods in com.wowza.wms.transcoder.model that return TranscoderNativeVideoFrameModifier and TypeMethodDescriptionTranscoderVideoOverlayFrame.getVideoFrame()
Get the video frame.Methods in com.wowza.wms.transcoder.model with parameters of type TranscoderNativeVideoFrameModifier and TypeMethodDescriptionlong
ITranscoderSessionNative.captureDeviceGetVideoFrame
(long deviceId, TranscoderNativeVideoFrame nativeVideoFrame) void
ITranscoderFrameGrabResult.onGrabFrame
(TranscoderNativeVideoFrame nativeFrame) Trigger when frame is available.long
ITranscoderSessionNative.videoDecoderBufferGetVideoFrame
(long classPtr, long decoderBufferSetIndex, TranscoderNativeVideoFrame nativeVideoFrame) long
ITranscoderSessionNative.videoDecoderBufferSetOverlayVideoFrame
(long classPtr, long overlayIndex, TranscoderNativeVideoFrame nativeVideoFrame) long
ITranscoderSessionNative.videoEncoderBufferGetVideoFrame
(long classPtr, long encoderBufferSetIndex, long encoderBufferIndex, TranscoderNativeVideoFrame nativeVideoFrame) long
ITranscoderSessionNative.videoEncoderBufferSetOverlayVideoFrame
(long classPtr, long encoderBufferSetIndex, long overlayIndex, TranscoderNativeVideoFrame nativeVideoFrame)